mirror of https://github.com/apache/cloudstack.git
Quickview: Fix action error handling not removing loading state
This commit is contained in:
parent
a1bee2cb61
commit
cf8a00cbfd
|
|
@ -269,6 +269,12 @@
|
|||
message: args
|
||||
});
|
||||
}
|
||||
|
||||
// Quickview: Remove loading state on list row
|
||||
if (viewArgs && viewArgs.$listViewRow) {
|
||||
viewArgs.$listViewRow.removeClass('loading')
|
||||
.find('.loading').removeClass('loading');
|
||||
}
|
||||
$loading.remove();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue