Removed processes from main dashboards; processes are now org-based
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user