mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Fixed if statement to bring back port search bar
This commit is contained in:
@@ -84,7 +84,7 @@ echo('</div>');
|
||||
print_optionbar_end();
|
||||
print_optionbar_start();
|
||||
|
||||
if(isset($vars['searchbar']) && $vars['searchbar'] != "hide")
|
||||
if((isset($vars['searchbar']) && $vars['searchbar'] != "hide") || !isset($vars['searchbar']))
|
||||
{
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user