+
+
+
+
+
+ {{ actionPanelDeleteTooltip }}
+
+
+
+
+
+
+
diff --git a/src/app/components/actions/index.js b/src/app/components/actions/index.js
new file mode 100644
index 00000000..6f6968b7
--- /dev/null
+++ b/src/app/components/actions/index.js
@@ -0,0 +1,5 @@
+import DeleteAllAction from './delete-all-action.vue';
+
+const actions = [DeleteAllAction];
+
+export default actions;
diff --git a/src/app/components/utils/object-list-popup/object-list-popup.vue b/src/app/components/utils/object-list-popup/object-list-popup.vue
new file mode 100644
index 00000000..ee7f7c4d
--- /dev/null
+++ b/src/app/components/utils/object-list-popup/object-list-popup.vue
@@ -0,0 +1,61 @@
+