fix: Restore access to existing wireless graphs (#6593)

This commit is contained in:
Tony Murray
2017-05-05 13:39:23 -05:00
committed by Neil Lathwood
parent 9d0b35187e
commit 50d31ad00b

View File

@@ -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')\" >";