mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 06:54:03 +02:00
20 lines
986 B
Plaintext
20 lines
986 B
Plaintext
div(ng-if='$root.basicMode')
|
|
div(style='width: 320px; height: 482px;')
|
|
.remote-control
|
|
div(ng-include='"control-panes/device-control/device-control.jade"').fill-height
|
|
|
|
div(ng-if='!$root.basicMode')
|
|
div(pane, pane-anchor='west', pane-size='30% + 2px', pane-min='200px', pane-max='100% + 2px', pane-handle='4', pane-no-toggle='false')
|
|
//.stf-catch-all-keys(ng-controller='KeysCtrl')
|
|
catch-all-keys(keys-down='keysDown($event)', keys-up='keysUp($event)')
|
|
.remote-control
|
|
//include control-screen
|
|
div(ng-include='"control-panes/device-control/device-control.jade"').fill-height
|
|
|
|
div(pane, pane-anchor='south', pane-size='30% + 2px', pane-handle='4').pane-bottom-p
|
|
.widget-container.fluid-height
|
|
nice-tabs(key='ControlBottomTabs', direction='below', tabs='belowTabs', filter='$root.platform')
|
|
div(pane, pane-anchor='')
|
|
.widget-container.fluid-height
|
|
nice-tabs(key='ControlBottomTabs', tabs='topTabs', filter='$root.platform')
|