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);
|
await Promise.all(promises);
|
||||||
|
|
||||||
buttonCb(true);
|
buttonCb(true);
|
||||||
this.done();
|
setTimeout(() => {
|
||||||
|
this.done();
|
||||||
|
}, 2000);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
buttonCb(false);
|
buttonCb(false);
|
||||||
this.errors = exceptionToErrorsArray(err);
|
this.errors = exceptionToErrorsArray(err);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue