mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
Show order for processes in the cluster DB
This commit is contained in:
@@ -454,6 +454,10 @@ func (h *ClusterHandler) ListStoreProcesses(c echo.Context) error {
|
||||
|
||||
process.Config = config
|
||||
|
||||
process.State = &api.ProcessState{
|
||||
Order: p.Order,
|
||||
}
|
||||
|
||||
processes = append(processes, process)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user