add snmpv3 support to old snmp queries - patch by gl

git-svn-id: http://www.observium.org/svn/observer/trunk@3184 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-05-15 13:45:26 +00:00
parent 33c83c4f2a
commit 1f9eae3699
12 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ if (!$auth)
{
echo("<option value='".generate_url($vars, array('type' => $type."_".$avail_type, 'page' => "graphs"))."'");
if ($avail_type == $subtype) { echo(" selected"); }
echo(">".$avail_type."</option>");
echo(">".nicecase($avail_type)."</option>");
}
?>
</select>