mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
webui: Fix panel device header for themes (#8238)
* New event log severity model
* Revert "New event log severity model"
This reverts commit 0783527af8.
* Fixed Panel Bar - #8157
* Reverted back the counter
This commit is contained in:
committed by
Neil Lathwood
parent
561846a44b
commit
df724a78b7
@@ -757,14 +757,18 @@ 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 well-sm">
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
';
|
';
|
||||||
}//end print_optionbar_start()
|
}//end print_optionbar_start()
|
||||||
|
|
||||||
|
|
||||||
function print_optionbar_end()
|
function print_optionbar_end()
|
||||||
{
|
{
|
||||||
echo ' </div>';
|
echo '
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
';
|
||||||
}//end print_optionbar_end()
|
}//end print_optionbar_end()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user