diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-24 10:32:35 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-24 10:32:35 -0500 |
| commit | aed448120b79f19faa8f28343bcc80c819f9139c (patch) | |
| tree | 3758cc3181add851a740ac97cdf2f5ef34e87bf3 /www/js/MenuController.js | |
| parent | 6482192816bba172d2a9c506a7e82d1a4ef3a4fa (diff) | |
#745 show active profile name during switch
Diffstat (limited to 'www/js/MenuController.js')
| -rw-r--r-- | www/js/MenuController.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/MenuController.js b/www/js/MenuController.js index 2920f61f..db446386 100644 --- a/www/js/MenuController.js +++ b/www/js/MenuController.js @@ -300,9 +300,10 @@ angular.module('zmApp.controllers').controller('MenuController', ['$scope', '$io $rootScope.zmPopup = $ionicPopup.show({ scope: $scope, - template: '<ion-radio-fix ng-if="item" ng-repeat="item in avs" ng-value="item" ng-model="newServer.val"> {{item}} </ion-radio-fix>', + template: '<ion-radio-fix ng-if="item" ng-repeat="item in avs" ng-value="item" ng-model="newServer.val" > {{item}} </ion-radio-fix>', title: $translate.instant('kSelect'), + subTitle: $translate.instant('kActive') + ': '+ NVRDataModel.getLogin().serverName, buttons: [{ text: $translate.instant('kButtonCancel'), |
