mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-18 00:08:31 +00:00
perf: 支持发布机仅初始化配置
This commit is contained in:
@@ -155,8 +155,8 @@ class AppletHostDeployment(JMSBaseModel):
|
||||
self.host.save()
|
||||
terminal.delete()
|
||||
from ...automations.deploy_applet_host import DeployAppletHostManager
|
||||
manager = DeployAppletHostManager(self)
|
||||
manager.run(**kwargs)
|
||||
manager = DeployAppletHostManager(self, **kwargs)
|
||||
manager.run()
|
||||
|
||||
def install_applet(self, applet_id, **kwargs):
|
||||
from ...automations.deploy_applet_host import DeployAppletHostManager
|
||||
|
Reference in New Issue
Block a user