Skip to content

Commit

Permalink
fix: Admin panel member since changed to date (#5562)
Browse files Browse the repository at this point in the history
Co-authored-by: Suneet Srivastava <suneetbond91@gmail.comm>
  • Loading branch information
codedsun and Suneet Srivastava authored Nov 11, 2020
1 parent 5ae5017 commit ac3ce5d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/controllers/admin/users/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@ export default class extends Controller.extend(EmberTableControllerMixin) {
{
name : 'Member Since',
valuePath : 'createdAt',
cellComponent : 'ui-table/cell/admin/users/cell-created-at',
cellComponent : 'ui-table/cell/cell-simple-date',
isSortable : true,
headerComponent : 'tables/headers/sort'
headerComponent : 'tables/headers/sort',
options : {
dateFormat: 'D MMM, YYYY h:mm A'
}
},
{
name : 'Last Accessed',
Expand Down

1 comment on commit ac3ce5d

@vercel
Copy link

@vercel vercel bot commented on ac3ce5d Nov 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.