Fixed modpol.dashboard call for listing orgs to new nomenclature
This commit is contained in:
parent
defa4fac50
commit
10810eeaa7
@ -12,8 +12,9 @@
|
|||||||
modpol.dashboard = function(user)
|
modpol.dashboard = function(user)
|
||||||
local output = ""
|
local output = ""
|
||||||
-- Org status
|
-- Org status
|
||||||
output = output .. "Orgs:\n" .. modpol.orgs.list_orgs()
|
output = output .. "Orgs:\n" .. modpol.orgs.list_all()
|
||||||
-- Process status (ongoing processes)
|
-- Process status (ongoing processes)
|
||||||
|
output = output .. "Processes:\n" .. table.concat(modpol.processes)
|
||||||
-- Command list (should be redone to be org-specific)
|
-- Command list (should be redone to be org-specific)
|
||||||
output = output .. "Command list:\n"
|
output = output .. "Command list:\n"
|
||||||
for key,value in pairs(modpol) do
|
for key,value in pairs(modpol) do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user