Merge branch 'develop' into coretk-enhance/scaling
This commit is contained in:
commit
b7116c52ff
13 changed files with 152 additions and 38 deletions
|
@ -426,9 +426,9 @@ class ServiceConfigDialog(Dialog):
|
|||
config = self.core.set_node_service(
|
||||
self.node_id,
|
||||
self.service_name,
|
||||
startup_commands,
|
||||
validate_commands,
|
||||
shutdown_commands,
|
||||
startups=startup_commands,
|
||||
validations=validate_commands,
|
||||
shutdowns=shutdown_commands,
|
||||
)
|
||||
if self.node_id not in self.service_configs:
|
||||
self.service_configs[self.node_id] = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue