mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-22 14:49:22 -04:00
net/ntopng: add helptext (#907)
This commit is contained in:
parent
b1f32a1bc5
commit
387fe11ee5
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
PLUGIN_NAME= ntopng
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= Traffic Analysis and Flow Collection
|
||||
PLUGIN_DEPENDS= ntopng
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@
|
|||
<id>general.interface</id>
|
||||
<label>Interfaces</label>
|
||||
<type>dropdown</type>
|
||||
<help>Select the interface to listen to.</help>
|
||||
<advanced>true</advanced>
|
||||
<help>Select the interface to listen to. Set to none if you want to choose the interface via ntopng UI.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>general.httpport</id>
|
||||
|
|
|
|||
Loading…
Reference in a new issue