systemd: fetch unit state for local + remote nspawn containers (step 5)

This commit is contained in:
Damocles 2026-05-07 20:50:39 +02:00
commit 5676b1ac62
3 changed files with 192 additions and 70 deletions

View file

@ -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()
}
}