Skip to content

Commit

Permalink
System Variables: Adjust Hostname cell style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Jones committed Jun 2, 2015
1 parent f76c394 commit 08b0bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/vars/vars.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
}
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']."&nbsp;</td>\n";
echo " <td valign='top' align='left' class='".$row_style[$c]."'>".$row['var_hostname']."&nbsp;</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";
Expand Down

0 comments on commit 08b0bcf

Please sign in to comment.