mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
12 lines
359 B
Plaintext
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 }} |