mirror of https://github.com/rancher/ui.git
Fix imported AKS empty banner
This commit is contained in:
parent
85f0924c5c
commit
ec93f6ccfb
|
|
@ -121,7 +121,7 @@ export default Component.extend(ClusterDriver, {
|
|||
});
|
||||
|
||||
if (cb) {
|
||||
cb()
|
||||
cb(true);
|
||||
}
|
||||
} catch (err) {
|
||||
errors.pushObject(`Failed to load Clusters from Azure: ${ err.message }`);
|
||||
|
|
|
|||
Loading…
Reference in New Issue