mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 23:02:26 +00:00
[system admin] orgs, inst: use '24 hour time' for pages (#4550)
This commit is contained in:
@@ -103,7 +103,7 @@ class Item extends Component {
|
||||
<tr onMouseEnter={this.handleMouseEnter} onMouseLeave={this.handleMouseLeave}>
|
||||
<td><a href={groupUrl}>{item.group_name}</a></td>
|
||||
<td><UserLink email={item.creator_email} name={item.creator_name} /></td>
|
||||
<td>{moment(item.created_at).format('YYYY-MM-DD hh:mm:ss')}</td>
|
||||
<td>{moment(item.created_at).format('YYYY-MM-DD HH:mm:ss')}</td>
|
||||
<td>
|
||||
<a href="#" className={`action-icon sf2-icon-delete ${isOpIconShown ? '' : 'invisible'}`} title={gettext('Delete')} onClick={this.toggleDeleteDialog}></a>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user