Added external link formatter to BS tables

This commit is contained in:
snipe 2018-08-01 18:01:31 -07:00
parent 3f394f42c7
commit 6f8680efa6

View file

@ -389,6 +389,12 @@
}
}
function externalLinkFormatter(value) {
if (value) {
return '<a href="' + value + '" target="_blank">' + value + '</a>';
}
}
function groupsFormatter(value) {
if (value) {