diff --git a/src/sunstone/etc/sunstone-views/admin.yaml b/src/sunstone/etc/sunstone-views/admin.yaml index 3a4de4ecde..6f754ce24a 100644 --- a/src/sunstone/etc/sunstone-views/admin.yaml +++ b/src/sunstone/etc/sunstone-views/admin.yaml @@ -128,6 +128,7 @@ tabs: VM.suspend: true VM.resume: true VM.stop: true + VM.recover: true VM.boot: true VM.reboot: true VM.reboot_hard: true diff --git a/src/sunstone/etc/sunstone-views/cloud.yaml b/src/sunstone/etc/sunstone-views/cloud.yaml index 381961171e..afeeeab80b 100644 --- a/src/sunstone/etc/sunstone-views/cloud.yaml +++ b/src/sunstone/etc/sunstone-views/cloud.yaml @@ -129,6 +129,7 @@ tabs: VM.suspend: true VM.resume: true VM.stop: true + VM.recover: false VM.boot: true VM.reboot: true VM.reboot_hard: true diff --git a/src/sunstone/etc/sunstone-views/user.yaml b/src/sunstone/etc/sunstone-views/user.yaml index a62df2c8c3..f3c5175274 100644 --- a/src/sunstone/etc/sunstone-views/user.yaml +++ b/src/sunstone/etc/sunstone-views/user.yaml @@ -129,6 +129,7 @@ tabs: VM.suspend: true VM.resume: true VM.stop: true + VM.recover: false VM.boot: true VM.reboot: true VM.reboot_hard: true