mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Reverting to link rendering in Events
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
e93295a873
commit
1301e6611d
@ -102,7 +102,7 @@ export class Events extends React.Component<Props> {
|
||||
},
|
||||
event.getNs(),
|
||||
kind,
|
||||
detailsUrl ? <Link to={detailsUrl} title={name} onClick={stopPropagation}>{name}</Link> : name,
|
||||
<Link to={detailsUrl} title={name} onClick={stopPropagation}>{name}</Link>,
|
||||
event.getSource(),
|
||||
event.count,
|
||||
event.getAge(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user