mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 09:50:09 +00:00
Added service status to service map
This commit is contained in:
parent
e9fb6a3b3a
commit
e6ec7c1612
4 changed files with 23 additions and 6 deletions
|
|
@ -17,7 +17,6 @@ local p1 = interface.serviceMapLearningStatus()
|
|||
local p = interface.serviceMap() or {}
|
||||
local host_ip = _GET["host"]
|
||||
|
||||
tprint(p1)
|
||||
--
|
||||
-- Draw service map
|
||||
--
|
||||
|
|
@ -190,7 +189,7 @@ print [[
|
|||
<th>]] print(i18n("num_uses")) print [[</th>
|
||||
<th>]] print(i18n("last_seen")) print [[</th>
|
||||
<th>]] print(i18n("info")) print [[</th>
|
||||
<th>]] print(i18n("status")) print [[</th>
|
||||
<th>]] print(i18n("service_acceptance")) print [[</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue