fix: remove isCordoned condition (#689)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2026-01-21 17:26:53 +08:00 committed by GitHub
parent 3dcc50980b
commit 99dbba7958
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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() {