We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35f25b commit 9285536Copy full SHA for 9285536
src/layouts/default.vue
@@ -35,11 +35,11 @@ q-layout(view="hHh LpR lff" style="margin-top: -1px;")
35
q-bar(:class="$q.dark.isActive ? 'bg-dark' : 'bg-white text-black'")
36
span
37
small AppManager
38
- small(v-text="'v' + (orchestratorVersion?.currentVersion || '0.0.0')")
+ small(v-text="'v' + (appManagerVersion?.currentVersion || '0.0.0')")
39
small.bold /
40
span.q-mr-sm
41
small Orchestrator
42
- small(v-text="'v' + (appManagerVersion?.currentVersion || '0.0.0')")
+ small(v-text="'v' + (orchestratorVersion?.currentVersion || '0.0.0')")
43
q-btn.q-px-xs(
44
v-show="appManagerVersion?.updateAvailable"
45
flat stretch icon="mdi-alert-box" color="amber-9"
0 commit comments