Skip to content

Commit

Permalink
Merge pull request #126 from kshtsk/wip-fix-unlock
Browse files Browse the repository at this point in the history
controllers/nodes: add missing records for return objects
  • Loading branch information
zmc authored Aug 8, 2024
2 parents 388a1a4 + ad9afcd commit 2de3e87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paddles/controllers/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ def _lock(node_obj, node_dict, verb):
name=node_obj.name,
locked=node_obj.locked,
locked_by=node_obj.locked_by,
machine_type=node_obj.machine_type,
is_vm=node_obj.is_vm,
)

@expose('json')
Expand Down

0 comments on commit 2de3e87

Please sign in to comment.