systemd: container/remote restart, permanent-error backoff, recursive section via loader (step 6)
This commit is contained in:
parent
5676b1ac62
commit
dfa3840d97
6 changed files with 118 additions and 56 deletions
|
|
@ -32,7 +32,8 @@ Column {
|
|||
SystemdMachineSection {
|
||||
width: _row.width
|
||||
accentColor: root.accentColor
|
||||
machineName: _row.modelData.isLocal ? "" : _row.modelData.name
|
||||
hostTarget: _row.modelData.isLocal ? "" : _row.modelData.name
|
||||
machineName: ""
|
||||
title: _row.modelData.name
|
||||
marker: _row.modelData.marker ?? ""
|
||||
systemState: _row.modelData.systemState ?? "unknown"
|
||||
|
|
|
|||
Reference in a new issue