mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Allow single quotas in pool name
This commit is contained in:
parent
d326026d6a
commit
c41bf6c397
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue