mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 00:52:59 +01:00
Hide progress bar if idle
This commit is contained in:
parent
491f8084ec
commit
1f9d79d2ca
@ -50,10 +50,10 @@
|
||||
</div>
|
||||
</v-col>
|
||||
</v-row>
|
||||
<v-row>
|
||||
<v-row v-if="status?.status != States.IDLE">
|
||||
<v-divider class="border-opacity-25 mx-n1"></v-divider>
|
||||
</v-row>
|
||||
<v-row>
|
||||
<v-row v-if="status?.status != States.IDLE">
|
||||
<v-col>
|
||||
<v-progress-linear
|
||||
height="25"
|
||||
|
Loading…
Reference in New Issue
Block a user