summaryrefslogtreecommitdiff
path: root/www/js/MonitorCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-07-01 10:12:26 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-07-01 10:12:26 -0400
commit49b9108c84d8ba10bfaaadf148b1ea7164938784 (patch)
tree394fa0230e843618fb8106a5939e2b43d909069a /www/js/MonitorCtrl.js
parent960cf276d8ccd3521cb06062262e121de0e1ec52 (diff)
ver
Diffstat (limited to 'www/js/MonitorCtrl.js')
-rw-r--r--www/js/MonitorCtrl.js13
1 files changed, 6 insertions, 7 deletions
diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js
index 637998df..49df2435 100644
--- a/www/js/MonitorCtrl.js
+++ b/www/js/MonitorCtrl.js
@@ -157,13 +157,12 @@ angular.module('zmApp.controllers')
$rootScope.zmPopup = $ionicPopup.show({
scope: $scope,
cssClass:'widepopup',
- template: '<ion-toggle ng-model="monfunc.myenabled" toggle-class="toggle-calm">'
- +$translate.instant('kMotionEnabled')+'</ion-toggle>'
- +'<ion-toggle ng-model="forceMjpeg.value" toggle-class="toggle-calm">'
- +$translate.instant('kForceMjpeg')+'</ion-toggle>'+
- '<div class="item item-divider" style="background:#666666;color:white;">'
- +$translate.instant('kChangeMode')
- +'</div><ion-radio-fix ng-repeat="item in monFunctions" ng-value="item.value" ng-model="monfunc.myfunc"> {{item.text}} </ion-radio-fix>',
+ template: '<ion-toggle ng-model="monfunc.myenabled" toggle-class="toggle-calm">'+
+ $translate.instant('kMotionEnabled')+'</ion-toggle>'+
+ '<ion-toggle ng-model="forceMjpeg.value" toggle-class="toggle-calm">'+
+ $translate.instant('kForceMjpeg')+'</ion-toggle>'+
+ '<div class="item item-divider" style="background:#666666;color:white;">'+
+ '</div><ion-radio-fix ng-repeat="item in monFunctions" ng-value="item.value" ng-model="monfunc.myfunc"> {{item.text}} </ion-radio-fix>',
title: $translate.instant('kChangeSettingsFor') + ' ' + monitorName,