Implements stats rather than grouped hosts data for host pools stats

This commit is contained in:
Simone Mainardi 2019-08-20 11:45:11 +02:00
parent 9f482f612f
commit 3413a6afd0
12 changed files with 518 additions and 164 deletions

View file

@ -30,7 +30,6 @@ end
if(sortOrder == nil) then
sortOrder = getDefaultTableSortOrder(sortPrefs)
else
tprint(sortColumn)
if((sortColumn ~= "column_")
and (sortColumn ~= "")) then
tablePreferences("sort_order_"..sortPrefs,sortOrder)