Skip to content

Commit 2350970

Browse files
authored
Merge pull request #17834 from a110605/issue_55610
fix: remove isReady logic to inherit from parent model in Virt. Mgmt page
2 parents e64d7ad + 1c5e276 commit 2350970

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

pkg/harvester-manager/models/harvesterhci.io.management.cluster.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ export default class HciCluster extends ProvCluster {
2626
}
2727
}
2828

29-
get isReady() {
30-
// If the Connected condition exists, use that (2.6+)
31-
if ( this.hasCondition('Connected') ) {
32-
return this.isCondition('Connected');
33-
}
34-
35-
// Otherwise use Ready (older)
36-
return this.isCondition('Ready');
37-
}
38-
3929
get canEdit() {
4030
return this.canUpdate && this.canCustomEdit;
4131
}

0 commit comments

Comments
 (0)