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
|
|
@ -9,6 +9,7 @@ Item {
|
|||
required property string description
|
||||
required property string subState
|
||||
required property string scope
|
||||
required property string hostTarget
|
||||
required property string machineName
|
||||
required property color accentColor
|
||||
|
||||
|
|
@ -96,7 +97,7 @@ Item {
|
|||
}
|
||||
TapHandler {
|
||||
enabled: _rowHover.hovered
|
||||
onTapped: S.SystemdService.restartUnit(root.unitName, root.scope, root.machineName)
|
||||
onTapped: S.SystemdService.restartUnit(root.unitName, root.scope, root.hostTarget, root.machineName)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue