mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Shrunk the print_optionbar wells so they take up less space
This commit is contained in:
@@ -483,7 +483,7 @@ function print_port_thumbnail($args)
|
|||||||
function print_optionbar_start ($height = 0, $width = 0, $marginbottom = 5)
|
function print_optionbar_start ($height = 0, $width = 0, $marginbottom = 5)
|
||||||
{
|
{
|
||||||
echo('
|
echo('
|
||||||
<div class="well">
|
<div class="well well-sm">
|
||||||
');
|
');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user