System Variables: Adjust Hostname cell style.
This commit is contained in:
parent
91a12aa8ed
commit
39c2cb11e7
|
|
@ -149,7 +149,7 @@ else {
|
|||
}
|
||||
echo " </td>\n";
|
||||
echo " <td valign='top' align='left' class='".$row_style[$c]."'>".substr($var_value,0,30)."</td>\n";
|
||||
echo " <td valign='top' align='left' class='row_stylebg'>".$row['var_hostname']." </td>\n";
|
||||
echo " <td valign='top' align='left' class='".$row_style[$c]."'>".$row['var_hostname']." </td>\n";
|
||||
echo " <td valign='top' align='left' class='".$row_style[$c]."'>";
|
||||
echo " <a href='?id=".$row['var_uuid']."&enabled=".(($row['var_enabled'] == 'true') ? 'false' : 'true')."'>".(($row['var_enabled'] == 'true') ? $text['option-true'] : $text['option-false'])."</a>";
|
||||
echo " </td>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue