diff --git a/src/components/BotList.vue b/src/components/BotList.vue
index 06505510..0ebbd716 100644
--- a/src/components/BotList.vue
+++ b/src/components/BotList.vue
@@ -11,13 +11,14 @@
@click="selectBot(bot.botId)"
>
{{ bot.botName || bot.botId }}
+ {{ allIsBotOnline[bot.botId] ? 'Online' : 'Offline' }}
+
- {{ allIsBotOnline[bot.botId] ? 'Online' : 'Offline' }}
diff --git a/src/components/layout/NavBar.vue b/src/components/layout/NavBar.vue
index 7c3e9265..31e6bd59 100644
--- a/src/components/layout/NavBar.vue
+++ b/src/components/layout/NavBar.vue
@@ -37,7 +37,8 @@
-
+
+
V: {{ getUiVersion }}
FT
@@ -49,6 +50,16 @@
>Sign Out
+
+
+ V: {{ getUiVersion }}
+ Settings
+ Lock layout
+ Reset Layout
+ Sign Out
+
diff --git a/src/views/Home.vue b/src/views/Home.vue
index 5f11e3d2..10742994 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -1,6 +1,8 @@