mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-22 22:05:21 +02:00
- Improving the shell. Still not a real shell.
This commit is contained in:
@@ -5,7 +5,11 @@
|
||||
.stf-vnc-navbar.as-row
|
||||
a.stf-vnc-device-name.cursor.dropdown-toggle
|
||||
p {{ $root.device.serial }} {{ $root.device.present ? 'present' : 'absent' }}
|
||||
button(ng-click='showScreen = !showScreen') Show/Hide
|
||||
.pull-right
|
||||
button(type='button', ng-model='showScreen', btn-checkbox).btn.btn-sm.btn-danger
|
||||
i(ng-show='showScreen', tooltip-html-unsafe='{{"Just control device"|translate}}<br /><code>⌘-⇧-O</code>', tooltip-placement='left').fa.fa-eye
|
||||
i(ng-show='!showScreen', tooltip-html-unsafe='{{"View device"|translate}}<br /><code>⌘-⇧-O</code>', tooltip-placement='left').fa.fa-eye-slash
|
||||
//button(ng-click='showScreen = !showScreen') Show/Hide
|
||||
button(ng-click='$root.control.identify()') Identify
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user