1
0
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:
Alex Andreev 2020-08-26 13:18:26 +03:00
parent e93295a873
commit 1301e6611d

View File

@ -102,7 +102,7 @@ export class Events extends React.Component<Props> {
}, },
event.getNs(), event.getNs(),
kind, kind,
detailsUrl ? <Link to={detailsUrl} title={name} onClick={stopPropagation}>{name}</Link> : name, <Link to={detailsUrl} title={name} onClick={stopPropagation}>{name}</Link>,
event.getSource(), event.getSource(),
event.count, event.count,
event.getAge(), event.getAge(),