Move app task progress indicator between logo and toolbar

This commit is contained in:
Johannes Zellner
2025-08-10 18:17:09 +02:00
parent dccdef99c1
commit 6883b91f8a

View File

@@ -239,6 +239,7 @@ onBeforeUnmount(() => {
<div class="statelabel">
{{ installationStateLabel(app) }} {{ app.message ? ' - ' + app.message : '' }}
</div>
<ProgressBar v-if="app.progress" :busy="true" slim :value="app.progress" :show-label="false" style="margin-top: 10px"/>
</h2>
</div>
@@ -257,7 +258,6 @@ onBeforeUnmount(() => {
</div>
</div>
<ProgressBar v-if="app.progress" :busy="true" :value="app.progress" :show-label="false" style="margin-top: 10px"/>
<div class="configure-body">
<div class="configure-menu pankow-no-mobile">