Update script.js

This commit is contained in:
Bobby Dhanoolal 2024-03-07 15:00:57 -05:00 committed by GitHub
parent 3c3db3747c
commit 64aa140398
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -223,7 +223,7 @@ $("#create-vm").click(function(){
const max_cpu = $(this).data('max_cpu'); const max_cpu = $(this).data('max_cpu');
const max_mem = $(this).data('max_mem'); const max_mem = $(this).data('max_mem');
const max_disk = $(this).data('max_disk'); const max_disk = $(this).data('max_disk');
var ssh_regex = new RegExp("ssh-[a-z]+ [0-9A-Za-z+/]+[=]{0,3}( [^@]+@[^@]+)?"); var ssh_regex = new RegExp("ssh-[a-z]+ AAAA[0-9A-Za-z+/]+[=]{0,3}( [^@]+@[^@]+)?");;
var disk = document.getElementById('disk').value; var disk = document.getElementById('disk').value;
fetch(`/template/${template}/disk`, { fetch(`/template/${template}/disk`, {
credentials: 'same-origin', credentials: 'same-origin',