mirror of https://github.com/apache/cloudstack.git
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.
This commit is contained in:
parent
e3564658be
commit
d9fcb87730
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue