diff --git a/ui/scripts/ui/widgets/listView.js b/ui/scripts/ui/widgets/listView.js index 52f3d7b0460..7162b9351d8 100644 --- a/ui/scripts/ui/widgets/listView.js +++ b/ui/scripts/ui/widgets/listView.js @@ -1585,10 +1585,10 @@ $('').html(_l('label.quickview') + ': '), $('').addClass('title').html( cloudStack.concat( - $tr.find('td:first span').html(), 30 + $tr.find('td.first span').html(), 30 ) ).attr({ - title: $tr.find('td:first span').html() + title: $tr.find('td.first span').html() }), $('').addClass('icon').html(' ') );