Files
stf-DeviceFarmer/res/app/control-panes/device-control/device-control.jade
2014-03-31 16:13:12 +09:00

15 lines
544 B
Plaintext

h1 {{ device.serial }} {{ device.present ? 'present' : 'absent' }}
button(ng-click='showScreen = !showScreen') Show/Hide
button(ng-click='control.identify()') Identify
div(ng-if='installation')
strong Installation status: {{ installation.progress}}% ({{ installation.lastData }})
div(ng-controller='DeviceScreenCtrl', ng-file-drop='install($files)')
device-screen(style='width: 400px; height: 600px; background: gray')
button(ng-click='control.menu()') Menu
button(ng-click='control.home()') Home
button(ng-click='control.back()') Back