mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Remove testing output
This commit is contained in:
parent
7a052eaf69
commit
06dec37ad4
2 changed files with 3 additions and 1 deletions
|
@ -9464,6 +9464,8 @@
|
|||
var cant_action = [];
|
||||
if (p.hasAdminPanel == true) {
|
||||
p.nameHtml = `<a onclick="return goPlugin('${p.shortName}', '${p.name}');">${p.name}</a>`;
|
||||
} else {
|
||||
p.nameHtml = p.name;
|
||||
}
|
||||
p.statusText = statusMap[p.status].text;
|
||||
p.statusColor = statusMap[p.status].color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue