From 927caa362bd3ff7378171ae3b967cf59c14ce6d1 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Mon, 8 Jun 2026 22:59:13 +0000 Subject: [PATCH] Frontend: Redirect CE admin/cluster/instances stubs to default route These pages only exist as Plus/Pro/Portal overlays; in editions without the overlay they now redirect to the user's default route via $session.getDefaultRoute() instead of rendering a placeholder. --- frontend/src/page/admin.vue | 14 +++++--------- frontend/src/page/cluster.vue | 14 +++++--------- frontend/src/page/instances.vue | 8 +++----- 3 files changed, 13 insertions(+), 23 deletions(-) diff --git a/frontend/src/page/admin.vue b/frontend/src/page/admin.vue index 7d963ba69..2e76493d5 100644 --- a/frontend/src/page/admin.vue +++ b/frontend/src/page/admin.vue @@ -1,17 +1,13 @@ -