Files
librenms-librenms/html/pages/device/map.inc.php
T
2011-04-27 13:51:30 +00:00

5 lines
170 B
PHP

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