Files
stf-DeviceFarmer/res/app/control-panes/automation/device-settings/device-settings.jade
2014-07-25 20:31:38 +09:00

11 lines
514 B
Plaintext

.widget-container.fluid-height.stf-device-settings(ng-controller='DeviceSettingsCtrl')
.heading
i.fa.fa-gears
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(ng-show='wifiEnabled', tooltip='{{"Disable WiFi" | translate}}', tooltip-placement='bottom')
i.fa.fa-signal(ng-hide='wifiEnabled', tooltip='{{"Enable WiFi" | translate}}', tooltip-placement='bottom')