mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
hopefully work
This commit is contained in:
parent
bbf9fdbac5
commit
007f1001da
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ def create():
|
|||
disk = request.form['disk']
|
||||
## CHECK STUFF DEAR GOD
|
||||
if int(cores) <= 0 or int(memory) <= 0 or int(disk) <= 0:
|
||||
return 'VM creation with cores and/or mem and/or disk values that are less than 0' 400
|
||||
return 'VM creation with cores and/or mem and/or disk values that are less than 0', 400
|
||||
|
||||
template = request.form['template']
|
||||
iso = request.form['iso']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue