Small fix to switch dashboard call to OO logic
This commit is contained in:
parent
74ecba940a
commit
08122f7a6a
@ -12,7 +12,7 @@
|
|||||||
modpol.dashboard = function(user)
|
modpol.dashboard = function(user)
|
||||||
local output = ""
|
local output = ""
|
||||||
-- Org status
|
-- Org status
|
||||||
output = output .. "Orgs:\n" .. modpol.list_orgs()
|
output = output .. "Orgs:\n" .. modpol.orgs.list_orgs()
|
||||||
-- Process status (ongoing processes)
|
-- Process status (ongoing 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user