mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Using temporarily npm-shrinkwrap since `template-html-loader` uses an old `consolidate.js` version which doesn't support `pug`. Follow here: https://github.com/jtangelder/template-html-loader/issues/8
19 lines
1.0 KiB
Plaintext
19 lines
1.0 KiB
Plaintext
div(ng-controller='ControlPanesHotKeysCtrl').fill-height
|
|
div(ng-if='$root.basicMode || $root.standalone').fill-height
|
|
div.fill-height.basic-remote-control
|
|
.remote-control
|
|
div(ng-include='"control-panes/device-control/device-control-standalone.pug"').fill-height
|
|
|
|
div(ng-if='!$root.basicMode && !$root.standalone')
|
|
div(fa-pane, pane-id='control-device', pane-anchor='west', pane-size='{{remotePaneSize}}', pane-min='200px', pane-max='100% + 2px', pane-handle='4', pane-no-toggle='false')
|
|
|
|
.remote-control
|
|
div(ng-include='"control-panes/device-control/device-control.pug"').fill-height
|
|
|
|
div(fa-pane, pane-id='control-bottom-tabs', 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(fa-pane, pane-id='control-top-tabs', pane-anchor='')
|
|
.widget-container.fluid-height
|
|
nice-tabs(key='ControlBottomTabs', tabs='topTabs', filter='$root.platform')
|