mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02: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'];
|
$param[] = $_POST['device'];
|
||||||
}
|
}
|
||||||
|
|
||||||
echo('<div class="container-fluid">');
|
echo('<div class="panel panel-default panel-condensed">
|
||||||
echo('<div class="row">
|
|
||||||
<div class="col-md-12">
|
|
||||||
<div class="panel panel-default panel-condensed">
|
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<strong>Inventory</strong>
|
<strong>Inventory</strong>
|
||||||
</div>
|
</div>
|
||||||
@@ -106,7 +103,4 @@ foreach (dbFetchRows($sql, $param) as $entry)
|
|||||||
}
|
}
|
||||||
echo("</table>");
|
echo("</table>");
|
||||||
echo('</div>');
|
echo('</div>');
|
||||||
echo('</div>');
|
|
||||||
echo('</div>');
|
|
||||||
echo('</div>');
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user