Add alias and device type columns to host pools (#953)

* Add alias and device type columns to host pools

* Add host pool members links when available

* Add host pool links

* Implement host pool members pagination

* Host Pools GUI fixes and improvements

* Remove hardcoded columns number

* Host Pools GUI fixes

* Remove debug print
This commit is contained in:
Emanuele Faranda 2017-01-27 17:48:58 +01:00 committed by simonemainardi
parent f711ab555b
commit 2a843966da
10 changed files with 332 additions and 147 deletions

View file

@ -118,9 +118,7 @@ elseif mode == "remote" then
hosts_retrv_function = interface.getRemoteHostsInfo
end
hosts_stats = hosts_retrv_function(false, sortColumn, perPage, to_skip, sOrder,
country, os_, tonumber(vlan), tonumber(asn),
tonumber(network), mac, tonumber(pool)) -- false = little details
hosts_stats = interface.getHostsInfo() -- false = little details
--io.write("hello\n")
--tprint(hosts_stats)
--io.write("---\n")