From d9fcb877309ce176d5458e63bfd1a174344b5fce Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 12 Aug 2014 13:19:40 -0700 Subject: [PATCH] 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. --- ui/scripts/ui/widgets/detailView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/ui/widgets/detailView.js b/ui/scripts/ui/widgets/detailView.js index 0fa3fd07186..9c73911f3dc 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( $('
').addClass('view-all').append( $('').html(