mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-27 16:25:15 +02:00
- Bringing back browser, navigation, input, dashboard and shell templates.
This commit is contained in:
21
res/app/control-panes/dashboard/browser/browser.jade
Normal file
21
res/app/control-panes/dashboard/browser/browser.jade
Normal file
@@ -0,0 +1,21 @@
|
||||
.widget-container.fluid-height
|
||||
.heading
|
||||
i.fa.fa-gear
|
||||
span(translate) Browser
|
||||
button.btn.btn-xs.btn-danger-outline.pull-right(ng-click='clearSettings()', title='{{"Reset all browser settings"|translate}}')
|
||||
i.fa.fa-trash-o
|
||||
span(translate) Reset
|
||||
button.btn.btn-xs.btn-primary-outline.pull-right(ng-click='relaunch()', title='{{"Relaunch the browser"|translate}}')
|
||||
i.fa.fa-refresh
|
||||
span(translate) Relaunch
|
||||
.widget-content.padded
|
||||
.btn-group
|
||||
button.btn.btn-default-outline.dropdown-toggle
|
||||
//img(ng-src='/img/platforms/{{$root.browser}}.png').browser-icon
|
||||
//| {{$root.browser | browserName}}
|
||||
span.caret
|
||||
ul.dropdown-menu
|
||||
li(ng-repeat='b in browsers')
|
||||
a(ng-click='selectBrowser(b)').pointer
|
||||
//img(ng-src='/img/platforms/{{b}}.png').browser-icon.pointer
|
||||
//| {{ b | browserName }}
|
||||
Reference in New Issue
Block a user