mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Made the devices table responsive for mobile browsing
This commit is contained in:
@@ -274,6 +274,7 @@ if($format == "graph")
|
||||
} else {
|
||||
|
||||
echo('<div class="panel panel-default panel-condensed">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-condensed">');
|
||||
|
||||
if ($subformat == "detail" || $subformat == "basic")
|
||||
@@ -307,6 +308,7 @@ if($format == "graph")
|
||||
}
|
||||
echo("</table>");
|
||||
echo('</div>');
|
||||
echo('</div>');
|
||||
}
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user