mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
add default value for disk field when creating vms
This commit is contained in:
parent
96d1670d47
commit
51de0b69af
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label for="disk" class="pull-left">Disk (GB)</label>
|
||||
<input type="number" name="disk" id="disk" class="form-control" min="1" max="{{ limits['disk'] - usage['disk'] }}">
|
||||
<input type="number" value=32 name="disk" id="disk" class="form-control" min="1" max="{{ limits['disk'] - usage['disk'] }}">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="iso" class="pull-left">ISO</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue