mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
WIP: allow update processes in cluster
This commit is contained in:
@@ -258,7 +258,7 @@ func (s *ProcessState) Unmarshal(state *app.State) {
|
||||
s.LastLog = state.LastLog
|
||||
s.Progress = &Progress{}
|
||||
s.Memory = state.Memory
|
||||
s.CPU = toNumber(state.CPU)
|
||||
s.CPU = ToNumber(state.CPU)
|
||||
s.Command = state.Command
|
||||
|
||||
s.Progress.Unmarshal(&state.Progress)
|
||||
|
Reference in New Issue
Block a user