From 4bd0b1c24f12251c99b9fc3818add4bebd367258 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Tue, 11 Jun 2024 13:03:37 +0530 Subject: [PATCH] ui: refactor global createmenu (#9139) Refactors global create menu code to make it visible only when any menu is accessible. Signed-off-by: Abhishek Kumar --- ui/src/components/header/CreateMenu.vue | 181 ++++++++---------------- 1 file changed, 60 insertions(+), 121 deletions(-) diff --git a/ui/src/components/header/CreateMenu.vue b/ui/src/components/header/CreateMenu.vue index a1c40f38e1a..e80120d7a1c 100644 --- a/ui/src/components/header/CreateMenu.vue +++ b/ui/src/components/header/CreateMenu.vue @@ -16,138 +16,25 @@ // under the License.