Move app task progress indicator between logo and toolbar
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user