Skip to content

Commit

Permalink
Add a suffix to Last Login
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <[email protected]>
  • Loading branch information
rak-phillip committed Jun 21, 2024
1 parent c746601 commit dfc555f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions shell/config/table-headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,11 +406,12 @@ export const USER_PROVIDER = {
};

export const USER_LAST_LOGIN = {
name: 'user-last-login',
labelKey: 'tableHeaders.userLastLogin',
value: 'userLastLogin',
formatter: 'LiveDate',
sort: 'userLastLogin',
name: 'user-last-login',
labelKey: 'tableHeaders.userLastLogin',
value: 'userLastLogin',
formatter: 'LiveDate',
formatterOpts: { addSuffix: true },
sort: 'userLastLogin',
};

export const USER_DISABLED_IN = {
Expand Down

0 comments on commit dfc555f

Please sign in to comment.