diff --git a/components/app/Appbar.vue b/components/app/Appbar.vue index 21d17a4c..c4628437 100644 --- a/components/app/Appbar.vue +++ b/components/app/Appbar.vue @@ -13,20 +13,23 @@
{{ currentLibraryName }}
+ +{{ serverConnectionConfig.address }} (v{{ serverSettings.version }})
+{{ serverConnectionConfig.address }} (v{{ serverSettings.version }})
{{ $config.version }}
diff --git a/components/widgets/ConnectionIndicator.vue b/components/widgets/ConnectionIndicator.vue new file mode 100644 index 00000000..2301f2b7 --- /dev/null +++ b/components/widgets/ConnectionIndicator.vue @@ -0,0 +1,73 @@ + +