Updated Branches:
  refs/heads/master 11a7e46df -> 7cc1e8221

CLOUDSTACK-1974: Dedicate Guest VLAN Range - UI - Infrastructure menu - 
physical network - Guest - Release Dedicated VLAN Range action - change label 
and message.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7cc1e822
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7cc1e822
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7cc1e822

Branch: refs/heads/master
Commit: 7cc1e82210f12a615f1f3b425e8076a33ab471e1
Parents: 11a7e46
Author: Jessica Wang <[email protected]>
Authored: Fri May 24 16:17:39 2013 -0700
Committer: Jessica Wang <[email protected]>
Committed: Fri May 24 16:17:39 2013 -0700

----------------------------------------------------------------------
 ui/scripts/system.js |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7cc1e822/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 8b56bda..ebf173b 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -2200,19 +2200,18 @@
                       }  
                     }
                   },
-                  
-                  //???
+                                    
                   detailView: {
                     name: 'VLAN Range details',
                     actions: {
                       remove: {
-                        label: 'Delete VLAN Range',
+                        label: 'Release dedicated VLAN range',
                         messages: {
                           confirm: function(args) {
-                            return 'Please confirm you want to delete VLAN 
Range';
+                            return 'Please confirm you want to release 
dedicated VLAN range';
                           },
                           notification: function(args) {
-                            return 'Delete VLAN Range';
+                            return 'Release dedicated VLAN range';
                           }
                         },
                         action: function(args) {

Reply via email to