move new/editvm to ajax, check macaddress not in use already and a few fixes
This commit is contained in:
+2
-2
@@ -48,9 +48,9 @@ $('#confirm-delete').on('show.bs.modal', function(e) {
|
||||
});
|
||||
|
||||
function submitbutton(formid){
|
||||
//console.log(formid);
|
||||
console.log(formid);
|
||||
data = $('#'+ formid).serialize();
|
||||
//console.log(data);
|
||||
console.log(data);
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: "?rand="+ makeid(),
|
||||
|
||||
Reference in New Issue
Block a user