Files
librenms-librenms/html/pages/device/map.inc.php
T
2011-04-21 13:41:24 +00:00

5 lines
173 B
PHP

<center>
<object data="map.php?device=<?php echo($device['device_id']); ?>&format=svg" type="image/svg+xml" style="width: 100%; height:1000px;">
</object>
</center>