You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2014/11/24 21:28:08 UTC

git commit: updated refs/heads/master to fff3b9e

Repository: cloudstack
Updated Branches:
  refs/heads/master 3cb78fc74 -> fff3b9eda


Disable quickview for template zone listing

-- Quickviews are not supported when rendering in a list within a detail panel,
   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/fff3b9ed
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fff3b9ed
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fff3b9ed

Branch: refs/heads/master
Commit: fff3b9eda0c4e688b473a57758ff137c8057deeb
Parents: 3cb78fc
Author: Brian Federle <br...@citrix.com>
Authored: Mon Nov 24 12:26:33 2014 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Nov 24 12:26:33 2014 -0800

----------------------------------------------------------------------
 ui/scripts/templates.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fff3b9ed/ui/scripts/templates.js
----------------------------------------------------------------------
diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js
index deb836b..e41c018 100644
--- a/ui/scripts/templates.js
+++ b/ui/scripts/templates.js
@@ -1096,6 +1096,7 @@
                                     },
                                     
                                     detailView: {
+                                        noCompact: true,
                                         actions: {
                                              remove: {
                                                  label: 'label.action.delete.template',