Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vapao committed Sep 5, 2021
1 parent 7b5e4de commit dba7b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spug_api/apps/deploy/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def post_request_ext1(request):

def post_request_ext1_rollback(request):
form, error = JsonParser(
Argument('request_id', type=int, help='参数错误'),
Argument('request_id', type=int, help='请选择要回滚的版本'),
Argument('name', help='请输入申请标题'),
Argument('host_ids', type=list, filter=lambda x: len(x), help='请选择要部署的主机'),
Argument('desc', required=False),
Expand Down

0 comments on commit dba7b15

Please sign in to comment.