Commit d8687447 authored by Dietmar Maurer's avatar Dietmar Maurer

clear error mask on successful load

parent 67407c11
......@@ -31,6 +31,7 @@ Ext.define('PVE.qemu.SnapshotTree', {
me.load_task.delay(me.load_delay);
},
success: function(response, opts) {
PVE.Utils.setErrorMask(me, false);
var digest = 'invalid';
var idhash = {};
var root = { name: '__root', expanded: true, children: [] };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment