mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Fix logic of basic mode.
This commit is contained in:
parent
769a6b1d78
commit
220db19eb0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
.interact-control.fill-height.as-table.stf-device-control(ng-controller='DeviceControlCtrl')
|
||||
.as-cell.fill-height
|
||||
.as-table.fill-height
|
||||
.stf-vnc-navbar.as-row(ng-show='!$root.basicMode || !$root.standalone')
|
||||
.stf-vnc-navbar.as-row(ng-show='!$root.basicMode && !$root.standalone')
|
||||
.stf-vnc-right-buttons.pull-right
|
||||
.btn-group
|
||||
label.btn-sm.btn-primary-outline(type='button', ng-click='tryToRotate("portrait")',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue