mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix events's age column's header to read Age
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
5ed4537979
commit
39df65cb91
@ -163,7 +163,7 @@ export class Events extends React.Component<Props> {
|
||||
{ title: "Involved Object", className: "object", sortBy: columnId.object, id: columnId.object },
|
||||
{ title: "Source", className: "source", id: columnId.source },
|
||||
{ title: "Count", className: "count", sortBy: columnId.count, id: columnId.count },
|
||||
{ title: "Last Seen", className: "age", sortBy: columnId.age, id: columnId.age },
|
||||
{ title: "Age", className: "age", sortBy: columnId.age, id: columnId.age },
|
||||
]}
|
||||
renderTableContents={(event: KubeEvent) => {
|
||||
const { involvedObject, type, message } = event;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user