mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
more title sets
git-svn-id: http://www.observium.org/svn/observer/trunk@2691 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -16,6 +16,8 @@ if ($vars['type']) { $where .= " AND type = ?"; $sql_param[] = $vars[
|
||||
if ($vars['location'] == "Unset") { $location_filter = ''; }
|
||||
if ($vars['location']) { $location_filter = $vars['location']; }
|
||||
|
||||
$pagetitle[] = "Devices";
|
||||
|
||||
print_optionbar_start();
|
||||
|
||||
if($vars['searchbar'] != "hide")
|
||||
|
||||
Reference in New Issue
Block a user