- Installation style.

This commit is contained in:
Gunther Brunner
2014-04-02 16:45:08 +09:00
parent 62df10e206
commit 8ad9d3fa1e

View File

@@ -5,5 +5,5 @@
clear-button(ng-click='clear()', ng-disabled='!installation').btn-xs
.widget-content.padded
div(ng-if='installation')
strong {{ installation.lastData }}
progressbar(max='100', value='installation.progress', ng-if='!installation.settled') {{installation.progress}}%
strong {{ installation.lastData }} ({{installation.progress}}%)
progressbar(max='100', value='installation.progress', ng-if='!installation.settled')