mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
- Installation style.
This commit is contained in:
parent
8ad9d3fa1e
commit
18a5817c9f
1 changed files with 3 additions and 1 deletions
|
@ -5,5 +5,7 @@
|
|||
clear-button(ng-click='clear()', ng-disabled='!installation').btn-xs
|
||||
.widget-content.padded
|
||||
div(ng-if='installation')
|
||||
strong {{ installation.lastData }} ({{installation.progress}}%)
|
||||
p
|
||||
strong {{ installation.lastData }}
|
||||
span ({{installation.progress}}%)
|
||||
progressbar(max='100', value='installation.progress', ng-if='!installation.settled')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue