Skip to content

Commit

Permalink
src/pages/operations/OperationInstanceName: re-enable linkable descri…
Browse files Browse the repository at this point in the history
…ption for snapshots

canonical/lxd#11713 was fixed a while ago. Re-enable
linkable descriptions for deleting/updating snapshots.

Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel authored and edlerd committed Apr 22, 2024
1 parent 52e3184 commit 8b0ee16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/operations/OperationInstanceName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const OperationInstanceName: FC<Props> = ({ operation }) => {
"Freezing instance",
"Snapshotting instance",
"Restoring snapshot",
// "Deleting snapshot", broken response, see https://github.com/canonical/lxd/issues/11713
// "Updating snapshot", broken response, see https://github.com/canonical/lxd/issues/11713
"Deleting snapshot",
"Updating snapshot",
"Updating instance",
"Renaming instance",
"Executing command",
Expand Down

0 comments on commit 8b0ee16

Please sign in to comment.