mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Don't rotate, make Portrait/Landscape.
This commit is contained in:
parent
fa7437a445
commit
b343f08173
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@
|
|||
i.fa.fa-info
|
||||
|
||||
span
|
||||
button(type='button', ng-click='$root.control.rotate(0)', tooltip='Rotate Left', tooltip-placement='bottom').btn.btn-sm.btn-primary-outline
|
||||
i.fa.fa-rotate-left
|
||||
button(type='button', ng-click='$root.control.rotate(90)', tooltip='Rotate Right', tooltip-placement='bottom').btn.btn-sm.btn-primary-outline
|
||||
i.fa.fa-rotate-right
|
||||
button(type='button', ng-click='$root.control.rotate(0)', tooltip='Portrait', tooltip-placement='bottom').btn.btn-sm.btn-primary-outline
|
||||
i.fa.fa-mobile
|
||||
button(type='button', ng-click='$root.control.rotate(90)', tooltip='Landscape', tooltip-placement='bottom').btn.btn-sm.btn-primary-outline
|
||||
i.fa.fa-mobile.fa-rotate-90
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue