Files
librenms-librenms/html/pages/device/map.inc.php
T

8 lines
221 B
PHP
Raw Normal View History

2011-09-29 13:16:13 +00:00
<center style="height:100%">
2011-04-27 13:51:30 +00:00
<object data="map.php?device=<?php echo($device['device_id']); ?>&format=svg" type="image/svg+xml" style="width: 100%; height:100%">
2009-03-31 12:20:39 +00:00
</object>
</center>
<?php
$pagetitle[] = "Map";
?>