mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-02-04 06:51:44 +00:00
fix: remove isCordoned condition
Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
3dcc50980b
commit
a4dc6c5653
@ -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