1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

- Installation style.

This commit is contained in:
Gunther Brunner 2014-04-02 16:48:57 +09:00
parent 8ad9d3fa1e
commit 18a5817c9f

View file

@ -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')