From 749afb64a55dba8e4a50d96bc287ae06346b4244 Mon Sep 17 00:00:00 2001 From: Space Meyer Date: Mon, 12 Jun 2023 13:57:43 +0200 Subject: dashboard: add fake admin namespace to ns dropdown The dropdown is the only UI element that lets users exit the admin page, so removing it from the admin page is not advisable. However since the admin page is not a real namespace, the dropdown will display the name of the first namespace, when visiting the admin page. This confuses new users. --- dashboard/app/templates.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dashboard/app/templates.html b/dashboard/app/templates.html index 9529654e2..6278c1f7d 100644 --- a/dashboard/app/templates.html +++ b/dashboard/app/templates.html @@ -33,6 +33,9 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the