Merge branch '21535-multi-wf-delete'
[arvados.git] / services / workbench2 / src / views-components / context-menu / context-menu-action-set.ts
index 560a04bebd67a0ee0b6554a3ad156c15d653fe88..38de735e29779f4e1f3f54bcdba0cabe1e87df92 100644 (file)
@@ -20,9 +20,10 @@ export enum ContextMenuActionNames {
     COPY_SELECTED_INTO_EXISTING_COLLECTION = 'Copy selected into existing collection',
     COPY_SELECTED_INTO_SEPARATE_COLLECTIONS = 'Copy selected into separate collections',
     COPY_SELECTED_INTO_NEW_COLLECTION = 'Copy selected into new collection',
-    COPY_TO_CLIPBOARD = 'Copy link to clipboard',
+    COPY_LINK_TO_CLIPBOARD = 'Copy link to clipboard',
     DEACTIVATE_USER = 'Deactivate user',
     DELETE_WORKFLOW = 'Delete Workflow',
+    DIVIDER = 'Divider',
     DOWNLOAD = 'Download',
     EDIT_COLLECTION = 'Edit collection',
     EDIT_PROCESS = 'Edit process',