mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove unnecessary width="100%"
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
echo '<h3>Inventory</h3>';
|
||||
echo '<hr>';
|
||||
echo '<table class="table table-condensed" width="100%">';
|
||||
echo '<table class="table table-condensed">';
|
||||
|
||||
// FIXME missing heading
|
||||
foreach (dbFetchRows('SELECT * FROM `hrDevice` WHERE `device_id` = ? ORDER BY `hrDeviceIndex`', array($device['device_id'])) as $hrdevice) {
|
||||
|
Reference in New Issue
Block a user