mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 01:53:27 +02:00
15 lines
755 B
Plaintext
15 lines
755 B
Plaintext
div
|
|
div(pane, pane-anchor='west', pane-size='30% + 2px', pane-min='200px', pane-max='100% + 2px', pane-handle='4')
|
|
//.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')
|