1
0
Fork 0
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:
Gunther Brunner 2015-08-25 16:45:48 +09:00
parent fbd11a5951
commit 5613a8b72b

View file

@ -4,11 +4,16 @@
span(translate) Device Settings
.widget-content.padded
div
h6(translate) WiFi
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}}')
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}}')