Removed processes from main dashboards; processes are now org-based

This commit is contained in:
Nathan Schneider
2021-05-13 00:46:37 -06:00
parent fe26d5322d
commit c1475e9035
2 changed files with 0 additions and 5 deletions

View File

@@ -19,8 +19,6 @@ function modpol.dashboard(user)
-- Org status
output = output .. "Orgs:\n" ..
table.concat(modpol.orgs.list_all(),"\n")
-- Process status (ongoing processes)
output = output .. "\nProcesses:\n" .. table.concat(modpol.list_processes(),"\n")
-- Command list (should be redone to be org-specific)
output = output .. "\nCommand list:\n"
for key,value in pairs(modpol) do