You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful on the /utilization page, when looking at the quota / provisioned / available view to have the ability to edit the quota, as that's a spot where an admin might think "oof; let's bump that quota up a bit".
Add the same edit form present on /system/silos/maze-war?tab=quotas to the page at /system/utilization. As the form doesn't depend on query params, I believe it should work just by passing a prop for the silo to the form.
The text was updated successfully, but these errors were encountered:
Re: the form, yeah, we could make it a route and put the silo in the path. But it would be kind of a silly-looking route. I think it’s fine to just put the silo name in component state.
Backstory:
It would be useful on the /utilization page, when looking at the quota / provisioned / available view to have the ability to edit the quota, as that's a spot where an admin might think "oof; let's bump that quota up a bit".
So this ticket has two parts:
Edit quotas
action to the table row, once a branch for "Copy ID" on Utilization page #2344 is mergedThe text was updated successfully, but these errors were encountered: