Small fix to switch dashboard call to OO logic

This commit is contained in:
Nathan Schneider 2021-04-12 16:11:19 +00:00
parent 74ecba940a
commit 08122f7a6a

View File

@ -12,7 +12,7 @@
modpol.dashboard = function(user)
local output = ""
-- Org status
output = output .. "Orgs:\n" .. modpol.list_orgs()
output = output .. "Orgs:\n" .. modpol.orgs.list_orgs()
-- Process status (ongoing processes)
-- Command list (should be redone to be org-specific)
output = output .. "Command list:\n"