mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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) {
|
if (tabData.viewAll) {
|
||||||
$fieldContent.find('tr')
|
$fieldContent.find('tr')
|
||||||
.filter('.' + tabData.viewAll.attachTo).find('td.value')
|
.filter('.' + tabData.viewAll.attachTo + '-row').find('td.value')
|
||||||
.append(
|
.append(
|
||||||
$('<div>').addClass('view-all').append(
|
$('<div>').addClass('view-all').append(
|
||||||
$('<span>').html(
|
$('<span>').html(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user