mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 16:25:13 +02:00
12 lines
440 B
Plaintext
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')
|