mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
change-modify-time-str-sysadmin-user-repos-api (#4327)
This commit is contained in:
@@ -188,7 +188,7 @@ class Item extends Component {
|
||||
<td><img src={iconUrl} title={iconTitle} alt={iconTitle} width="24" /></td>
|
||||
<td>{this.renderRepoName()}</td>
|
||||
<td>{Utils.bytesToSize(item.size)}</td>
|
||||
<td>{moment(item.last_modify).fromNow()}</td>
|
||||
<td>{moment(item.last_modified).fromNow()}</td>
|
||||
<td>
|
||||
{isOpIconShown &&
|
||||
<OpMenu
|
||||
|
Reference in New Issue
Block a user