File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ q-layout(view="hHh LpR lff" style="margin-top: -1px;")
4141 small Orchestrator
4242 small( v-text ="'v' + appManagerVersion.currentVersion" )
4343 q-btn.q-px-xs (
44- v-show ="! appManagerVersion.updateAvailable"
44+ v-show ="appManagerVersion.updateAvailable"
4545 flat stretch icon ="mdi-alert-box" color ="amber-9"
4646 href ="https://github.com/Libertech-FR/sesame-app-manager/releases" target ="_blank"
4747 ) App Manager
@@ -50,7 +50,7 @@ q-layout(view="hHh LpR lff" style="margin-top: -1px;")
5050 span( v-text ="appManagerVersion.lastVersion" )
5151 | )
5252 q-btn.q-px-xs (
53- v-show ="! orchestratorVersion.updateAvailable"
53+ v-show ="orchestratorVersion.updateAvailable"
5454 flat stretch icon ="mdi-alert-box" color ="amber-9"
5555 href ="https://github.com/Libertech-FR/sesame-orchestrator/releases" target ="_blank"
5656 ) Orchestrator
You can’t perform that action at this time.
0 commit comments