mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Restore access to existing wireless graphs (#6593)
This commit is contained in:
committed by
Neil Lathwood
parent
9d0b35187e
commit
50d31ad00b
@@ -54,7 +54,7 @@ if (!$auth) {
|
||||
echo $title;
|
||||
|
||||
// FIXME allow switching between types for sensor and wireless also restrict types to ones that have data
|
||||
if ($type != 'sensor' && $type != 'wireless') {
|
||||
if ($type != 'sensor') {
|
||||
echo '<div style="float: right;"><form action="">';
|
||||
echo "<select name='type' id='type' onchange=\"window.open(this.options[this.selectedIndex].value,'_top')\" >";
|
||||
|
||||
|
Reference in New Issue
Block a user