Allow single quotas in pool name

This commit is contained in:
emanuele-f 2017-05-22 20:05:01 +02:00
parent d326026d6a
commit c41bf6c397
2 changed files with 5 additions and 5 deletions

View file

@ -313,7 +313,7 @@ if isAdministrator() and (not ifstats.isView) then
end
end
if(hasSnmpDevices(ifstats.id) and is_packet_interface) then
if(hasSnmpDevices(ifstats.id) and is_packet_interface and false --[[disabled: no functionality provided right now]]) then
if(page == "snmp_bind") then
print("\n<li class=\"active\"><a href=\"#\">" .. i18n("if_stats_overview.snmp") .. "</li>")
else