diff --git a/app/authenticated/cluster/import/controller.js b/app/authenticated/cluster/import/controller.js index 54310ffca..3152c5c1b 100644 --- a/app/authenticated/cluster/import/controller.js +++ b/app/authenticated/cluster/import/controller.js @@ -14,12 +14,13 @@ export default Controller.extend({ refreshTimer: null, init() { - this._super(...arguments); + this._super(...arguments); let cluster = this.get('cluster'); - if(cluster.state!=="inactive"){ - this.send('cancel'); - } - this.scheduleRefresh(); + if(cluster.state==="inactive"){ + this.scheduleRefresh(); + }else{ + this.scheduleRefresh(); + } }, willDestroyElement() {