mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
merged and resolved the conflict
This commit is contained in:
parent
d66368be24
commit
e9fb6a3b3a
5 changed files with 14 additions and 0 deletions
|
|
@ -13,9 +13,11 @@ if(_GET["host"] ~= nil) then
|
|||
print(' <A HREF="/lua/if_stats.lua?page=service_map"><span class="fas fa-ethernet"></span></A>')
|
||||
end
|
||||
|
||||
local p1 = interface.serviceMapLearningStatus()
|
||||
local p = interface.serviceMap() or {}
|
||||
local host_ip = _GET["host"]
|
||||
|
||||
tprint(p1)
|
||||
--
|
||||
-- Draw service map
|
||||
--
|
||||
|
|
@ -188,6 +190,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>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue