Skip to content

Commit

Permalink
Merge pull request #557 from Lingghh/main
Browse files Browse the repository at this point in the history
🎨调整节点注册配置
  • Loading branch information
nickcdon authored Aug 19, 2022
2 parents b0b0bb2 + ce19ba4 commit 9d27912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/projects/main/apps/nodemgr/core/nodemgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def create_new_node(cls, request, data):
node = models.Node(
name=data['uuid'],
addr=ip,
enabled=models.Node.EnabledEnum.DISABLED, # 暂时不生效
enabled=enabled,
last_beat_time=now(),
uuid=data['uuid'],
manager=request.user,
Expand Down

0 comments on commit 9d27912

Please sign in to comment.