Show order for processes in the cluster DB
This commit is contained in:
parent
57c1e50d60
commit
b6f7dae2f5
@ -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)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user