Updated Branches:
  refs/heads/master c37e8b7e8 -> 9dd650aca

Disable VR UI quickview, due to technical limitations


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

Branch: refs/heads/master
Commit: 9dd650aca753dc41995ce1ef209371d275bc598b
Parents: c37e8b7
Author: Brian Federle <[email protected]>
Authored: Mon Nov 25 16:03:13 2013 -0800
Committer: Brian Federle <[email protected]>
Committed: Mon Nov 25 16:03:37 2013 -0800

----------------------------------------------------------------------
 ui/scripts/system.js | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9dd650ac/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 8f1572a..b9a27be 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -7636,6 +7636,7 @@
                                 });
                             },
                             detailView: {
+                                noCompact: true,
                                 name: 'Virtual applicance details',
                                 actions: {
                                     start: {
@@ -8276,7 +8277,8 @@
                                 });
                             },                                                 
      
                             detailView: {
-                               name: 'Virtual Routers group by zone',          
                        
+                                noCompact: true,
+                                 name: 'Virtual Routers group by zone',        
                                
                                actions: {                              
                                        upgradeRouterToUseNewerTemplate: {
                                         label: 'Upgrade Router to Use Newer 
Template',
@@ -8492,6 +8494,7 @@
                                 });
                             },
                             detailView: {
+                                noCompact: true,
                                 name: 'Virtual Routers group by pod',
                                 actions: {
                                     upgradeRouterToUseNewerTemplate: {
@@ -8711,6 +8714,7 @@
                                 });
                             },
                             detailView: {
+                                noCompact: true,
                                 name: 'Virtual Routers group by cluster',
                                 actions: {
                                     upgradeRouterToUseNewerTemplate: {

Reply via email to