1
0
Fork 0
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:
Gunther Brunner 2014-09-19 19:53:26 +09:00
parent 769a6b1d78
commit 220db19eb0

View file

@ -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")',