From 400bd3213254656287b81d6d537bf8da133ce928 Mon Sep 17 00:00:00 2001 From: Norman Niati Date: Mon, 1 Jun 2026 10:59:01 +0200 Subject: [PATCH] feat(ui): move New Scope button into the container-scope tab selector The New Scope button used to live in its own row above the tabs. Moves it inside the tab strip, right-aligned via a v-spacer, so the action sits on the same line as the Groups and Companies tabs. --- ui/src/views/ContainerScopeView.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ui/src/views/ContainerScopeView.vue b/ui/src/views/ContainerScopeView.vue index 30b1c5a..b487e86 100644 --- a/ui/src/views/ContainerScopeView.vue +++ b/ui/src/views/ContainerScopeView.vue @@ -1,13 +1,10 @@