mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Adding new Settings shortcuts.
This commit is contained in:
@@ -6,4 +6,9 @@
|
||||
|
||||
.stf-shell .shell-results-empty {
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
.stf-shell .shell-input {
|
||||
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
@@ -9,9 +9,10 @@
|
||||
.widget-content.padded
|
||||
|
||||
.input-group.form-inline
|
||||
input(type=text, ng-model='command', ng-enter='run(command)').form-control
|
||||
input(type=text, ng-model='command', ng-enter='run(command)').form-control.shell-input
|
||||
span.input-group-btn
|
||||
button.btn.btn-primary-outline(ng-click='run(command)', ng-disabled='!command', tooltip-html-unsafe='{{"Run Command"|translate}}<br /><br /><code>Enter</code>')
|
||||
// , tooltip='{{"Run Command"|translate}}'
|
||||
button.btn.btn-primary-outline(ng-click='run(command)', ng-disabled='!command')
|
||||
i.fa.fa-play
|
||||
pre.shell-results(ng-show='data') {{data}}
|
||||
pre.shell-results(ng-show='result.settled && !data').shell-results-empty No output
|
||||
@@ -20,4 +21,4 @@
|
||||
// table
|
||||
tr(ng-repeat='result in results track by result.device.serial')
|
||||
td {{ result.device.serial }}
|
||||
td {{ result.data }}
|
||||
td {{ result.data }}
|
||||
|
||||
Reference in New Issue
Block a user