prio for startup and new overview to sort vms
This commit is contained in:
@@ -73,3 +73,19 @@ function submitbutton(formid){
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
function arrow(dir, id){
|
||||
data = "&neworder="+ dir +"&vid="+ id;
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: "?rand="+ makeid(),
|
||||
data: data,
|
||||
success: function(response) {
|
||||
if (response != "success"){
|
||||
window.alert('Failure!\n' + response);
|
||||
} else {
|
||||
window.location.href = "";
|
||||
}
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user