mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
23 lines
1000 B
Plaintext
23 lines
1000 B
Plaintext
.widget-container.fluid-height(ng-controller='BrowserCtrl')
|
|
.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 {{$root.browser.type}}
|
|
span.caret
|
|
ul.dropdown-menu
|
|
li(ng-repeat='b in device.browser.apps')
|
|
a(ng-click='$root.browser = b').pointer
|
|
span {{b.type}}
|
|
//img(ng-src='/img/platforms/{{b}}.png').browser-icon.pointer
|
|
//| {{ b | browserName }} |