Files
stf-DeviceFarmer/res/app/control-panes/control-panes.pug
Gunther Brunner 1eb6af0119 Replaced old jade with new pug.
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
2016-08-05 18:24:30 +09:00

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')