feat: Agent capacity policy index page with CRUD actions (#12409)

This commit is contained in:
Sivin Varghese
2025-09-12 16:22:42 +05:30
committed by GitHub
parent 16b98b6017
commit 59ba91473a
20 changed files with 1429 additions and 35 deletions

View File

@@ -55,7 +55,7 @@ onMounted(() => {
v-model="fairDistributionLimit"
type="number"
placeholder="100"
:max="100000"
max="100000"
class="w-full"
/>
</div>
@@ -77,8 +77,8 @@ onMounted(() => {
<DurationInput
v-model:model-value="fairDistributionWindow"
v-model:unit="windowUnit"
min="10"
max="1438560"
:min="10"
:max="1438560"
/>
</div>
</div>