diff --git a/ui/public/config.json b/ui/public/config.json
index 4c9be76b13f..6c134087101 100644
--- a/ui/public/config.json
+++ b/ui/public/config.json
@@ -1,5 +1,12 @@
{
"apiBase": "/client/api",
+ "servers": [
+ {
+ "name": "Local-Server",
+ "apiHost": "",
+ "apiBase": "/client/api"
+ }
+ ],
"docBase": "http://docs.cloudstack.apache.org/en/latest",
"appTitle": "CloudStack",
"footer": "Licensed under the Apache License, Version 2.0.",
@@ -48,5 +55,6 @@
},
"plugins": [],
"basicZoneEnabled": true,
+ "multipleServer": false,
"docHelpMappings": {}
}
diff --git a/ui/src/components/header/UserMenu.vue b/ui/src/components/header/UserMenu.vue
index 33335c6efd1..33f4bc33b00 100644
--- a/ui/src/components/header/UserMenu.vue
+++ b/ui/src/components/header/UserMenu.vue
@@ -20,6 +20,10 @@
+
+
+
+
+
+ {{ item.name }}
+
+
+
{{ $t('label.login.single.signon') }}
+
+
+
+
+ {{ item.name }}
+
+
+
@@ -110,8 +144,11 @@