Skip to content
Snippets Groups Projects

Issue #3353930: Delete "Edit" from the Operations links in the OpenStack Server group list view of SPA

Files
2
@@ -52,6 +52,13 @@ export const DONT_SHOW_OPERATIONS_ENTITY_TYPE_LIST = [
'k8s_node', 'k8s_event', 'openstack_template_version'
];
/**
* Entity type that displays only Delete in operation links in ListView.
*/
export const DELETE_ONLY_OPERATIONS_ENTITY_TYPE_LIST = [
'openstack_server_group'
];
/**
* The list of actions in the ListView.
*/
Loading