mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-02-04 06:51:44 +00:00
(cherry picked from commit 99dbba7958c5bffb38aa68a3c6f6f0f44706ebae) Signed-off-by: Andy Lee <andy.lee@suse.com> Co-authored-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
9378277102
commit
9e588e90c2
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user