AgentStatusRow: carry active_model + set_status text/timestamp
This commit is contained in:
parent
73c5c06e31
commit
5640832116
5 changed files with 46 additions and 0 deletions
|
|
@ -254,6 +254,8 @@ mod tests {
|
|||
deployed_sha: None,
|
||||
parent: None,
|
||||
active_model: None,
|
||||
status_text: None,
|
||||
status_set_at: None,
|
||||
paused: false,
|
||||
cpu_quota: "200%".to_owned(),
|
||||
memory_max: "4G".to_owned(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue