mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update print_optionbar_* to use well instead of panels
This commit is contained in:
@@ -480,15 +480,13 @@ 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="panel panel-default">
|
<div class="well">
|
||||||
<div class="panel-heading">
|
|
||||||
');
|
');
|
||||||
}
|
}
|
||||||
|
|
||||||
function print_optionbar_end()
|
function print_optionbar_end()
|
||||||
{
|
{
|
||||||
echo(' </div>');
|
echo(' </div>');
|
||||||
echo(' </div>');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function geteventicon($message)
|
function geteventicon($message)
|
||||||
|
Reference in New Issue
Block a user