Skip to content

Commit 76fc5bd

Browse files
author
flatsiedatsie
authored
give "options" classname to unnamed TD
1 parent 368084b commit 76fc5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/app/UtilityController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ define(['app'], function (app) {
13571357
'\t <td id="status">' + status + '</td>\n' +
13581358
'\t <td id="lastupdate">' + item.LastUpdate + '</td>\n' +
13591359
'\t <td id="type">' + item.Type + ', ' + item.SubType + '</td>\n' +
1360-
'\t <td>';
1360+
'\t <td class="options">';
13611361
if (item.Favorite == 0) {
13621362
xhtm +=
13631363
'<img src="images/nofavorite.png" title="' + $.t('Add to Dashboard') + '" onclick="MakeFavorite(' + item.idx + ',1);" class="lcursor">&nbsp;&nbsp;&nbsp;&nbsp;';

0 commit comments

Comments
 (0)