mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Add title separators to Automation's Device Settings.
This commit is contained in:
parent
fbd11a5951
commit
5613a8b72b
1 changed files with 16 additions and 11 deletions
|
@ -4,15 +4,20 @@
|
|||
span(translate) Device Settings
|
||||
.widget-content.padded
|
||||
|
||||
button.btn.btn-sm.btn-primary-outline(ng-click='toggleWifi()',
|
||||
ng-model='wifiEnabled', btn-checkbox)
|
||||
i.fa.fa-signal.fa-fw(ng-show='wifiEnabled', tooltip='{{"Disable WiFi" | translate}}')
|
||||
i.fa.fa-signal.fa-fw(ng-hide='wifiEnabled', tooltip='{{"Enable WiFi" | translate}}')
|
||||
div
|
||||
h6(translate) WiFi
|
||||
|
||||
.btn-group
|
||||
label.btn.btn-sm.btn-primary-outline(ng-model='ringerMode', btn-radio='"SILENT"')
|
||||
i.fa.fa-volume-off.fa-fw(tooltip='{{"Silent Mode" | translate}}')
|
||||
label.btn.btn-sm.btn-primary-outline(ng-model='ringerMode', btn-radio='"VIBRATE"')
|
||||
i.fa.fa-mobile.fa-fw(tooltip='{{"Vibrate Mode" | translate}}')
|
||||
label.btn.btn-sm.btn-primary-outline(ng-model='ringerMode', btn-radio='"NORMAL"')
|
||||
i.fa.fa-volume-up.fa-fw(tooltip='{{"Normal Mode" | translate}}')
|
||||
button.btn.btn-sm.btn-primary-outline(ng-click='toggleWifi()',
|
||||
ng-model='wifiEnabled', btn-checkbox)
|
||||
i.fa.fa-wifi.fa-fw(ng-show='wifiEnabled', tooltip='{{"Disable WiFi" | translate}}')
|
||||
i.fa.fa-wifi.fa-fw(ng-hide='wifiEnabled', tooltip='{{"Enable WiFi" | translate}}')
|
||||
|
||||
div
|
||||
h6(translate) Manner Mode
|
||||
.btn-group
|
||||
label.btn.btn-sm.btn-primary-outline(ng-model='ringerMode', btn-radio='"SILENT"')
|
||||
i.fa.fa-volume-off.fa-fw(tooltip='{{"Silent Mode" | translate}}')
|
||||
label.btn.btn-sm.btn-primary-outline(ng-model='ringerMode', btn-radio='"VIBRATE"')
|
||||
i.fa.fa-mobile.fa-fw(tooltip='{{"Vibrate Mode" | translate}}')
|
||||
label.btn.btn-sm.btn-primary-outline(ng-model='ringerMode', btn-radio='"NORMAL"')
|
||||
i.fa.fa-volume-up.fa-fw(tooltip='{{"Normal Mode" | translate}}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue