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 2013/10/10 23:11:03 UTC

[3/3] git commit: updated refs/heads/ui-restyle to 09e4327

Detail view: Move toolbar to top of element for easier styling


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

Branch: refs/heads/ui-restyle
Commit: 09e432765277135766255dbd6e803fb390e75106
Parents: 9c8e1f7
Author: Brian Federle <br...@citrix.com>
Authored: Thu Oct 10 14:10:43 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Thu Oct 10 14:10:43 2013 -0700

----------------------------------------------------------------------
 ui/scripts/ui/widgets/detailView.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/09e43276/ui/scripts/ui/widgets/detailView.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui/widgets/detailView.js b/ui/scripts/ui/widgets/detailView.js
index 0e975e4..b7235a4 100644
--- a/ui/scripts/ui/widgets/detailView.js
+++ b/ui/scripts/ui/widgets/detailView.js
@@ -1360,7 +1360,7 @@
 
             // Create toolbar
             if (!compact) {
-                $toolbar.appendTo($detailView);
+                $toolbar.prependTo($detailView);
             }
         }