You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2013/04/16 02:09:14 UTC

git commit: updated refs/heads/master to 23211d1

Updated Branches:
  refs/heads/master 34f8f795e -> 23211d148


CLOUDSTACK-1974: cloudstack UI - Infrastructure menu - zone detail - public traffic type - IP Ranges tab - show new action "Release from account", "Add Account" action.


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

Branch: refs/heads/master
Commit: 23211d1483710682d3ae1862d29e6f1ca5cc7aef
Parents: 34f8f79
Author: Jessica Wang <je...@citrix.com>
Authored: Mon Apr 15 17:07:57 2013 -0700
Committer: Jessica Wang <je...@citrix.com>
Committed: Mon Apr 15 17:07:57 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/23211d14/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index f74711d..a905412 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -597,7 +597,7 @@
                           });
                         }
                       },											
-											/*
+											
 											releaseFromAccount: {
                         label: 'Release from Account',
                         action: function(args) {
@@ -622,6 +622,7 @@
                           });
                         }
                       },
+											
 											addAccount: {
 											  label: 'Add Account',												
 												createForm: {
@@ -675,7 +676,7 @@
                           });
                         }
 											}	
-                      */											
+                      										
                     },
                     dataProvider: function(args) {
                       $.ajax({