From 355f1009d7c027f8ae24077792c1988df4c98829 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Wed, 20 Dec 2023 14:34:40 +0100 Subject: [PATCH] chg: [event:view] Added option to mass local cluster tag --- app/View/Elements/eventattributetoolbar.ctp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/View/Elements/eventattributetoolbar.ctp b/app/View/Elements/eventattributetoolbar.ctp index e940f3b3e..4c893f761 100644 --- a/app/View/Elements/eventattributetoolbar.ctp +++ b/app/View/Elements/eventattributetoolbar.ctp @@ -103,6 +103,16 @@ 'popover-popup' => $baseurl . '/galaxies/selectGalaxyNamespace/selected/attribute/eventid:' . $eventId, ], ), + array( + 'id' => 'multi-galaxy-button', + 'title' => __('Add new cluster to selected Attributes'), + 'class' => 'mass-select hidden', + 'fa-icon' => 'empire', + 'fa-source' => 'fab', + 'data' => [ + 'popover-popup' => $baseurl . '/galaxies/selectGalaxyNamespace/selected/attribute/local:1/eventid:' . $eventId, + ], + ), array( 'id' => 'group-into-object-button', 'title' => __('Group selected Attributes into an Object'),