Files
stf/res/app/control-panes/dashboard/upload/upload.jade
2014-04-02 16:48:57 +09:00

12 lines
440 B
Plaintext

.widget-container.fluid-height.stf-upload(ng-controller='UploadCtrl')
.heading
i.fa.fa-upload
span(translate) Upload
clear-button(ng-click='clear()', ng-disabled='!installation').btn-xs
.widget-content.padded
div(ng-if='installation')
p
strong {{ installation.lastData }}
span ({{installation.progress}}%)
progressbar(max='100', value='installation.progress', ng-if='!installation.settled')