mirror of https://github.com/MISP/misp-dashboard
update: Display full label name in a html title.
parent
eec59473d6
commit
032f671d14
|
@ -176,7 +176,7 @@ function legendFormatter(label) {
|
||||||
}
|
}
|
||||||
return '<div '
|
return '<div '
|
||||||
+ 'style="font-size:8pt;text-align:inherit;padding:2px;">'
|
+ 'style="font-size:8pt;text-align:inherit;padding:2px;">'
|
||||||
+ '<a class="tagElem" style="background-color: white; color: black;"> ' + labelLimited
|
+ '<a class="tagElem" title="'+label+'" style="background-color: white; color: black;"> ' + labelLimited
|
||||||
+ '</a>';
|
+ '</a>';
|
||||||
+ '</div>';
|
+ '</div>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue