mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-30 10:58:14 +08:00
修护监控无法获取id
This commit is contained in:
parent
4a45589aa7
commit
a3a22a0262
@ -122,7 +122,7 @@
|
||||
}
|
||||
rgb = hslToRgb.apply(this, HSL[size - 1]);
|
||||
}
|
||||
return "<div title='" + d.group + "(" + d.id + ")" + "' style='background: rgb(" + rgb + ");color: #fff;margin: 0 -15px;padding: 0 15px;'>" + (d.runLibDesc || "") + " / " + (d.useLibDesc || "") + "</div>";
|
||||
return "<div title='" + d.group + "(" + d.id + ")' style='background: rgb(" + rgb + ");color: #fff;margin: 0 -15px;padding: 0 15px;'>" + (d.runLibDesc || "") + " / " + (d.useLibDesc || "") + "</div>";
|
||||
}
|
||||
},
|
||||
{field: 'createTime', title: '创建时间', width: '13%'},
|
||||
|
Loading…
Reference in New Issue
Block a user