mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 10:08:25 -05:00
Added user preference for VM list
Changed animation to spinning 'knob'
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function ajaxVMDispatch(params, reload){
|
||||
var spin = typeof reload != 'undefined';
|
||||
if (spin) $('#vm-'+params['uuid']).addClass('fa-spin');
|
||||
if (spin) $('#vm-'+params['uuid']).find('i').addClass('fa-spin');
|
||||
$.post("/plugins/dynamix.vm.manager/VMajax.php", params, function(data) {
|
||||
if (data.error) {
|
||||
swal({title:"Execution error",text:data.error,type:"error"});
|
||||
|
||||
Reference in New Issue
Block a user