Skip to content
Snippets Groups Projects

Fix an issue of OpenStack Instance in SPA forms (reboot, stop, and start instances) (drupal/cloud_dashboard)

Merged Ryo Yamashita requested to merge issue/cloud-3414221:3414221-update-instances into 6.x
Files
9
@@ -1633,7 +1633,10 @@
}
],
"multiActions": [
{ "label": "Terminate Instance(s)", "urlSuffix": "delete_multiple" }
{ "label": "Terminate Instance(s)", "urlSuffix": "delete_multiple" },
{ "label": "Reboot Instance(s)", "urlSuffix": "reboot_multiple" },
{ "label": "Start Instance(s)", "urlSuffix": "start_multiple" },
{ "label": "Stop Instance(s)", "urlSuffix": "stop_multiple" }
]
},
{
Loading