mirror of https://github.com/rancher/dashboard.git
Wait for it...
This commit is contained in:
parent
b84ea812ad
commit
6674892bd8
|
|
@ -219,7 +219,9 @@ export default {
|
|||
await Promise.all(promises);
|
||||
|
||||
buttonCb(true);
|
||||
this.done();
|
||||
setTimeout(() => {
|
||||
this.done();
|
||||
}, 2000);
|
||||
} catch (err) {
|
||||
buttonCb(false);
|
||||
this.errors = exceptionToErrorsArray(err);
|
||||
|
|
|
|||
Loading…
Reference in New Issue