mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Always display a Node's taints' values (#3646)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
43c38b714b
commit
902224a6dc
@ -134,7 +134,7 @@ export class NodeDetails extends React.Component<Props> {
|
||||
<DrawerItem name="Taints" labelsOnly>
|
||||
{
|
||||
taints.map(({ key, effect, value }) => (
|
||||
<Badge key={key} label={`${key}: ${effect}`} tooltip={value}/>
|
||||
<Badge key={key} label={`${key}=${value}:${effect}`} />
|
||||
))
|
||||
}
|
||||
</DrawerItem>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user