mirror of https://github.com/rancher/dashboard.git
show loading icon (#7715)
This commit is contained in:
parent
2181f3fdd9
commit
eb2fccdc86
|
|
@ -201,8 +201,8 @@ export default class HciCluster extends ProvCluster {
|
|||
return res;
|
||||
}
|
||||
|
||||
goToCluster() {
|
||||
this.loadClusterPlugin()
|
||||
async goToCluster() {
|
||||
await this.loadClusterPlugin()
|
||||
.then(() => {
|
||||
this.currentRouter().push({
|
||||
name: `${ VIRTUAL }-c-cluster-resource`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue