@if (editingId()) { Edit Quota } @else { Create Quota }
@if (editingId()) { } @else { }
Quotas {{ quotas().length }}
@if (loading() && quotas().length === 0) {
} @else if (quotas().length === 0) {
No quotas configured. Create one above.
} @else {
@for (q of quotas(); track q.id) { }
TenantRequests/sReads/sWrites/sStorageBudgetUsedStatusActions
{{ q.tenant }} {{ q.max_requests_per_sec }} {{ q.max_reads_per_sec }} {{ q.max_writes_per_sec }} {{ q.max_storage_mb }} MB {{ q.max_budget_per_day }} {{ q.current_budget_used }} @if (q.active) { Active } @else { Inactive }
}