mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +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
|
span(translate) Device Settings
|
||||||
.widget-content.padded
|
.widget-content.padded
|
||||||
|
|
||||||
button.btn.btn-sm.btn-primary-outline(ng-click='toggleWifi()',
|
div
|
||||||
ng-model='wifiEnabled', btn-checkbox)
|
h6(translate) WiFi
|
||||||
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}}')
|
|
||||||
|
|
||||||
.btn-group
|
button.btn.btn-sm.btn-primary-outline(ng-click='toggleWifi()',
|
||||||
label.btn.btn-sm.btn-primary-outline(ng-model='ringerMode', btn-radio='"SILENT"')
|
ng-model='wifiEnabled', btn-checkbox)
|
||||||
i.fa.fa-volume-off.fa-fw(tooltip='{{"Silent Mode" | translate}}')
|
i.fa.fa-wifi.fa-fw(ng-show='wifiEnabled', tooltip='{{"Disable WiFi" | translate}}')
|
||||||
label.btn.btn-sm.btn-primary-outline(ng-model='ringerMode', btn-radio='"VIBRATE"')
|
i.fa.fa-wifi.fa-fw(ng-hide='wifiEnabled', tooltip='{{"Enable WiFi" | translate}}')
|
||||||
i.fa.fa-mobile.fa-fw(tooltip='{{"Vibrate Mode" | translate}}')
|
|
||||||
label.btn.btn-sm.btn-primary-outline(ng-model='ringerMode', btn-radio='"NORMAL"')
|
div
|
||||||
i.fa.fa-volume-up.fa-fw(tooltip='{{"Normal Mode" | translate}}')
|
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