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:
Richard Mayhew
2018-02-12 17:50:16 +02:00
committed by Neil Lathwood
parent 561846a44b
commit df724a78b7

View File

@@ -757,14 +757,18 @@ function print_port_thumbnail($args)
function print_optionbar_start($height = 0, $width = 0, $marginbottom = 5)
{
echo '
<div class="well well-sm">
<div class="panel panel-default">
<div class="panel-heading">
';
}//end print_optionbar_start()
function print_optionbar_end()
{
echo ' </div>';
echo '
</div>
</div>
';
}//end print_optionbar_end()