net/ntopng: add helptext (#907)

This commit is contained in:
Michael
2018-10-11 09:49:06 +02:00
committed by Franco Fichtner
parent b1f32a1bc5
commit 387fe11ee5
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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>