Added service status to service map

This commit is contained in:
matteo 2020-12-16 17:23:59 +01:00
parent e9fb6a3b3a
commit e6ec7c1612
4 changed files with 23 additions and 6 deletions

View file

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