You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2012/10/25 10:17:54 UTC

[10/22] git commit: CS-16573: cloudstack UI - upload volume, create template from volume, create template from snapshot, create volume from snapshot - apply action filter back.

CS-16573: cloudstack UI - upload volume, create template from volume, create template from snapshot, create volume from snapshot - apply action filter back.


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

Branch: refs/heads/marvin-parallel
Commit: 4a1a1fbf41e80d08db31e26c76ca2c71e345dc63
Parents: d04dd64
Author: Jessica Wang <je...@citrix.com>
Authored: Tue Oct 23 13:57:21 2012 -0700
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Thu Oct 25 13:47:33 2012 +0530

----------------------------------------------------------------------
 ui/scripts/storage.js |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4a1a1fbf/ui/scripts/storage.js
----------------------------------------------------------------------
diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js
index 1a9ef0e..dd81378 100644
--- a/ui/scripts/storage.js
+++ b/ui/scripts/storage.js
@@ -1457,7 +1457,7 @@
         }
       }
     }
-		allowedActions.push("createTemplate");
+		
     return allowedActions;
   };
 
@@ -1474,9 +1474,7 @@
       allowedActions.push("createVolume");
     }
     allowedActions.push("remove");
-		
-		allowedActions.push("createVolume");
-		allowedActions.push("createTemplate");
+			
     return allowedActions;
   }