fix: remove isCordoned condition

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2026-01-20 11:27:02 +08:00
parent 3dcc50980b
commit a4dc6c5653
No known key found for this signature in database
GPG Key ID: 39DC4436AE3564D5

View File

@ -354,7 +354,7 @@ export default class HciNode extends HarvesterResource {
}
get isCordoned() {
return (this.isUnSchedulable && !this.isEtcd) || this.hasAction('uncordon');
return this.hasAction('uncordon');
}
get isEtcd() {