-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Milestone
Description
Need a confirmAction here.
console/app/pages/project/instances/instance/tabs/StorageTab.tsx
Lines 252 to 263 in 0b5220a
| { | |
| label: 'Detach', | |
| disabled: !instanceCan.detachDisk({ runState: disk.instanceState }) && ( | |
| <> | |
| Instance must be <span className="text-raise">stopped</span> before disk can be | |
| detached | |
| </> | |
| ), | |
| onActivate() { | |
| detachDisk({ body: { disk: disk.name }, path: { instance: instance.id } }) | |
| }, | |
| }, |
Metadata
Metadata
Assignees
Labels
No labels