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

5 lines
209 B
PHP
Raw Normal View History

2009-03-31 12:20:39 +00:00
<center>
2010-06-13 14:39:09 +00:00
<object data="<?php echo($config['base_url']); ?>/map.php?device=<?php echo($device['device_id']); ?>&format=svg" type="image/svg+xml" style="width: 100%; height:1000px;">
2009-03-31 12:20:39 +00:00
</object>
</center>