summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/js/StateCtrl.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/StateCtrl.js b/www/js/StateCtrl.js
index 29cf04e0..c346e0ec 100644
--- a/www/js/StateCtrl.js
+++ b/www/js/StateCtrl.js
@@ -92,6 +92,7 @@ angular.module('zmApp.controllers').controller('zmApp.StateCtrl', ['$ionicPopup'
title: 'Select run state',
+ subTitle: 'current state:'+$scope.customState ? ("current state: " + $scope.customState):"",
buttons: [
{
text: 'Cancel',