Repository: cloudstack
Updated Branches:
  refs/heads/master e3564658b -> d9fcb8773


CLOUDSTACK-6590: Fix view all link for multi-item detail view

-- Specifically, this fixes issue where secondary IP 'view all' link was
   not displaying, due to a change in the rows' CSS naming conventions
   in the widget.


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

Branch: refs/heads/master
Commit: d9fcb877309ce176d5458e63bfd1a174344b5fce
Parents: e356465
Author: Brian Federle <bfede...@gmail.com>
Authored: Tue Aug 12 13:19:40 2014 -0700
Committer: Brian Federle <bfede...@gmail.com>
Committed: Tue Aug 12 13:20:54 2014 -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/d9fcb877/ui/scripts/ui/widgets/detailView.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui/widgets/detailView.js 
b/ui/scripts/ui/widgets/detailView.js
index 0fa3fd0..9c73911 100644
--- a/ui/scripts/ui/widgets/detailView.js
+++ b/ui/scripts/ui/widgets/detailView.js
@@ -1241,7 +1241,7 @@
 
                             if (tabData.viewAll) {
                                 $fieldContent.find('tr')
-                                    .filter('.' + 
tabData.viewAll.attachTo).find('td.value')
+                                    .filter('.' + tabData.viewAll.attachTo + 
'-row').find('td.value')
                                     .append(
                                         $('<div>').addClass('view-all').append(
                                             $('<span>').html(

Reply via email to