fix
This commit is contained in:
@@ -37,9 +37,8 @@ class PluginRemotesupportRemotesupport extends CommonDBTM
|
||||
echo '<tr class="tab_bg_1">';
|
||||
echo '<td>';
|
||||
|
||||
$url = "<a target=\"_blank\" href=\"" . $href . "\"><li class=\"document\" ".
|
||||
$statusids[$item->getID()] == 'Offline' ? "style=\"background-color: red\"" : "".
|
||||
"><i class=\"fa fa-laptop-medical\"></i>" . $name . "</li></a>";
|
||||
$style = $statusids[$item->getID()] == "Offline" ? "style=\"background-color: red\"" : "";
|
||||
$url = "<a target=\"_blank\" href=\"" . $href . "\"><li class=\"document\" ". $style ."><i class=\"fa fa-laptop-medical\"></i>" . $name . "</li></a>";
|
||||
|
||||
if ($url != "") {
|
||||
echo "<div><ul class=\"timeline_choices\"><h2>VNC connect : </h2>";
|
||||
|
||||
Reference in New Issue
Block a user