mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 05:53:27 +02:00
17 lines
547 B
Plaintext
17 lines
547 B
Plaintext
.row
|
|
.col-md-6
|
|
div(ng-include='"control-panes/dashboard/navigation/navigation.jade"')
|
|
.col-md-6
|
|
div(ng-include='"control-panes/dashboard/clipboard/clipboard.jade"')
|
|
|
|
.row
|
|
.col-md-6
|
|
div(ng-include='"control-panes/dashboard/install/install.jade"')
|
|
.col-md-6(ng-if='$root.platform == "native"')
|
|
div(ng-include='"control-panes/dashboard/shell/shell.jade"')
|
|
.row
|
|
.col-md-6
|
|
div(ng-include='"control-panes/dashboard/apps/apps.jade"')
|
|
.col-md-6
|
|
div(ng-include='"control-panes/advanced/remote-debug/remote-debug.jade"')
|