# | Line 152 | Line 152 | include("iutils.inc.php"); | |
---|---|---|
152 | <b>Latest data</b> | |
153 | <p> | |
154 | Latest set of data received from | |
155 | < | <a href="<?php echo "latest.php?machine=$machine_name"; ?>"><?php=$machine_name?></a> |
155 | > | <a href="<?php echo "latest.php?machine=$machine_name"; ?>"><?php echo $machine_name?></a> |
156 | <br> | |
157 | < | Alerts for <a href="alerts.php?machine=<?php=$machine_name?>"><?php=$machine_name?></a> |
157 | > | Alerts for <a href="alerts.php?machine=<?php echo $machine_name?>"><?php echo $machine_name?></a> |
158 | ||
159 | ||
160 | <hr weight="1" color="<?php echo $lineColor ?>"> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |