mirror of https://github.com/apache/cloudstack.git
List view UI: Add alt tag to table cells
This commit is contained in:
parent
539fca3520
commit
1b533f2354
|
|
@ -914,6 +914,8 @@
|
|||
$('<span></span>').html(_s(content))
|
||||
);
|
||||
}
|
||||
|
||||
$td.attr('title', _s(content));
|
||||
});
|
||||
|
||||
$tr.find('td:first').addClass('first');
|
||||
|
|
|
|||
Loading…
Reference in New Issue