* Add tooltip to exclamation icon.

This commit is contained in:
wangyuting
2023-11-15 05:25:59 +00:00
parent cc320ba144
commit 6f0a15aa52
+1 -1
View File
@@ -36,7 +36,7 @@ window.getCol = function(col)
if(col.limit != -1 && cards > col.limit)
{
col.subtitleClass += ' text-danger';
wip += ' <i class="icon icon-exclamation-sign"></i>';
wip += ' <i class="icon icon-exclamation-sign" data-toggle="tooltip" data-title="' + kanbanLang.limitExceeded + '"></i>';
}
col.subtitle = {html: wip};