This commit is contained in:
2022-11-01 18:54:07 +01:00
parent a1e314b00c
commit 79a944c0e3

View File

@@ -38,7 +38,7 @@ class PluginRemotesupportRemotesupport extends CommonDBTM
echo '<td>'; echo '<td>';
$url = "<a target=\"_blank\" href=\"" . $href . "\"><li class=\"document\" ". $url = "<a target=\"_blank\" href=\"" . $href . "\"><li class=\"document\" ".
$stastusids[$item->getID()] == 'Offline' ? "style=\"background-color: red\"" : "". $statusids[$item->getID()] == 'Offline' ? "style=\"background-color: red\"" : "".
"><i class=\"fa fa-laptop-medical\"></i>" . $name . "</li></a>"; "><i class=\"fa fa-laptop-medical\"></i>" . $name . "</li></a>";
if ($url != "") { if ($url != "") {