Files
stf-DeviceFarmer/res/app/control-panes/shell/shell.jade
Gunther Brunner 7e4f9bd0cd - Shell module created.
- Device table now almost works.
2014-03-19 19:36:58 +09:00

12 lines
359 B
Plaintext

.widget-container.fluid-height.stf-shell
.heading
i.fa
span(translate) Shell
.widget-content.padded
div
input(type=text, ng-model='command')
button(ng-click='run(command)') run
table
tr(ng-repeat='result in results track by result.device.serial')
td {{ result.device.serial }}
td {{ result.data }}