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)
|
||||
{
|
||||
echo('
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<div class="well">
|
||||
');
|
||||
}
|
||||
|
||||
function print_optionbar_end()
|
||||
{
|
||||
echo(' </div>');
|
||||
echo(' </div>');
|
||||
}
|
||||
|
||||
function geteventicon($message)
|
||||
|
Reference in New Issue
Block a user