mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Slight change to the layout
This commit is contained in:
@ -89,10 +89,7 @@ if (isset($_POST['device']) && is_numeric($_POST['device']))
|
||||
$param[] = $_POST['device'];
|
||||
}
|
||||
|
||||
echo('<div class="container-fluid">');
|
||||
echo('<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="panel panel-default panel-condensed">
|
||||
echo('<div class="panel panel-default panel-condensed">
|
||||
<div class="panel-heading">
|
||||
<strong>Inventory</strong>
|
||||
</div>
|
||||
@ -106,7 +103,4 @@ foreach (dbFetchRows($sql, $param) as $entry)
|
||||
}
|
||||
echo("</table>");
|
||||
echo('</div>');
|
||||
echo('</div>');
|
||||
echo('</div>');
|
||||
echo('</div>');
|
||||
?>
|
||||
|
Reference in New Issue
Block a user