mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-24 06:45:24 +02:00
10 lines
416 B
Plaintext
10 lines
416 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')
|
|
strong {{ installation.lastData }} ({{installation.progress}}%)
|
|
progressbar(max='100', value='installation.progress', ng-if='!installation.settled')
|