mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Moved identify device button to Info tab.
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
.stf-vnc-navbar.as-row(ng-show='!$root.basicMode')
|
||||
|
||||
.pull-right
|
||||
button(ng-click='control.identify()', tooltip='Find Device', tooltip-placement='bottom').btn.btn-sm.btn-info-outline
|
||||
i.fa.fa-info
|
||||
|
||||
span.orientation-degree {{device.display.orientation}}°
|
||||
|
||||
span
|
||||
@@ -15,6 +12,12 @@
|
||||
button(type='button', ng-click='control.rotate(90)', tooltip='Landscape', tooltip-placement='bottom').btn.btn-sm.btn-primary-outline
|
||||
i.fa.fa-mobile.fa-rotate-90
|
||||
|
||||
//span
|
||||
button(type='button', ng-click='control.rotate(0)', tooltip='Portrait', tooltip-placement='bottom').btn.btn-sm.btn-primary-outline
|
||||
i.fa.fa-mobile
|
||||
button(type='button', ng-click='control.rotate(90)', tooltip='Landscape', tooltip-placement='bottom').btn.btn-sm.btn-primary-outline
|
||||
i.fa.fa-mobile.fa-rotate-90
|
||||
|
||||
// NOTE: ui-bootstrap bug: tooltip breaks btn-checkbox so don't put in the same button
|
||||
button(type='button', ng-model='showScreen', btn-checkbox).btn.btn-sm.btn-danger
|
||||
i(ng-show='showScreen', tooltip-html-unsafe='{{"Hide Screen"|translate}}', tooltip-placement='bottom').fa.fa-eye
|
||||
|
||||
Reference in New Issue
Block a user