add offline indicator

This commit is contained in:
Lee Salminen
2022-07-04 13:03:21 -06:00
parent d88ffeb237
commit b298e12cd3
2 changed files with 15 additions and 1 deletions
+5
View File
@@ -51,6 +51,11 @@
>
</q-badge>
{% endblock %}
<q-badge v-if="g.offline" color="red" text-color="white" class="q-mr-md">
<span>
OFFLINE
</span>
</q-badge>
<q-btn-dropdown
v-if="g.allowedThemes && g.allowedThemes.length > 1"
dense