systemd: fetch unit state for local + remote nspawn containers (step 5)
This commit is contained in:
parent
2ab2af8a23
commit
5676b1ac62
3 changed files with 192 additions and 70 deletions
|
|
@ -43,6 +43,7 @@ Column {
|
|||
errorKind: _row.modelData.errorKind ?? ""
|
||||
errorReason: _row.modelData.errorReason ?? ""
|
||||
lastSeen: _row.modelData.lastSeen ?? 0
|
||||
containers: _row.modelData.containers ?? []
|
||||
onContentResized: root.contentResized()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue