mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Merge pull request #3300 from dmelani/toner_width
Make toner overview line up with the rest
This commit is contained in:
@@ -5,7 +5,8 @@ $graph_type = 'toner_usage';
|
||||
$toners = dbFetchRows('SELECT * FROM `toner` WHERE device_id = ?', array($device['device_id']));
|
||||
|
||||
if (count($toners)) {
|
||||
echo '<div class="row">
|
||||
echo '<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="panel panel-default panel-condensed">
|
||||
<div class="panel-heading">';
|
||||
@@ -57,6 +58,7 @@ if (count($toners)) {
|
||||
echo '</div>';
|
||||
echo '</div>';
|
||||
echo '</div>';
|
||||
echo '</div>';
|
||||
}//end if
|
||||
|
||||
unset($toner_rows);
|
||||
|
||||
Reference in New Issue
Block a user