Skip to content

Commit

Permalink
updating default value on front end
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodshell Fleurinord committed Aug 23, 2023
1 parent d5be156 commit a8bd354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy-board/deploy_board/webapp/cluster_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ def create_host_type(request):
host_type_info['mem'] = float(params['mem']) * 1024
host_type_info['core'] = int(params['core'])
host_type_info['storage'] = params['storage']
host_type_info['blessed_status'] = hosttypes_helper.BlessedStatusValues.ONBOARDING
hosttypes_helper.create_host_type(request, host_type_info)
return redirect('/clouds/hosttypes/')

Expand Down

0 comments on commit a8bd354

Please sign in to comment.