Make background of some ProgressBars transparent
This commit is contained in:
@@ -295,7 +295,7 @@ onBeforeUnmount(() => {
|
||||
<a class="applink" :href="link || null" target="_blank">{{ app.label || app.fqdn }}</a>
|
||||
<div class="statelabel" v-if="app.error">{{ installationStateLabel(app) }} - {{ app.error.message }}</div>
|
||||
<div class="statelabel" v-else>{{ 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"/>
|
||||
<ProgressBar v-if="app.progress" :busy="true" :show-track="false" slim :value="app.progress" :show-label="false" style="margin-top: 10px"/>
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user