typo 3
This commit is contained in:
@@ -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 != "") {
|
||||||
|
|||||||
Reference in New Issue
Block a user