summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/MenuController.js3
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'),