mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 18:19:14 -05:00
Standardize VM folder structure (step 2)
Rename folder "classes" to "include"
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
function ajaxVMDispatch(params, reload){
|
||||
var spin = typeof reload != 'undefined';
|
||||
if (spin) $('#vm-'+params['uuid']).find('i').addClass('fa-spin');
|
||||
$.post("/plugins/dynamix.vm.manager/classes/VMajax.php", params, function(data) {
|
||||
$.post("/plugins/dynamix.vm.manager/include/VMajax.php", params, function(data) {
|
||||
if (data.error) {
|
||||
swal({title:"Execution error",text:data.error,type:"error"});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user