mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 15:53:28 +00:00
[system admin] org/members: fixed 'create time' (#4608)
This commit is contained in:
@@ -197,7 +197,7 @@ class Item extends Component {
|
|||||||
</td>
|
</td>
|
||||||
<td>{`${Utils.bytesToSize(item.quota_usage)} / ${item.quota_total > 0 ? Utils.bytesToSize(item.quota_total) : '--'}`}</td>
|
<td>{`${Utils.bytesToSize(item.quota_usage)} / ${item.quota_total > 0 ? Utils.bytesToSize(item.quota_total) : '--'}`}</td>
|
||||||
<td>
|
<td>
|
||||||
{moment(item.ctime).format('YYYY-MM-DD HH:mm:ss')}{' / '}{item.last_login ? moment(item.last_login).fromNow() : '--'}
|
{moment(item.create_time).format('YYYY-MM-DD HH:mm:ss')}{' / '}{item.last_login ? moment(item.last_login).fromNow() : '--'}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{(isOpIconShown && item.email != username) &&
|
{(isOpIconShown && item.email != username) &&
|
||||||
|
Reference in New Issue
Block a user