mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 22:01:06 +00:00
add mtime_relative param (#2756)
This commit is contained in:
@@ -475,7 +475,7 @@ class DirentListItem extends React.Component {
|
||||
}
|
||||
</td>
|
||||
<td className="file-size">{dirent.size && dirent.size}</td>
|
||||
<td className="last-update" dangerouslySetInnerHTML={{__html: dirent.mtime}}></td>
|
||||
<td className="last-update">{dirent.mtime_relative}</td>
|
||||
</tr>
|
||||
{this.state.isMoveDialogShow &&
|
||||
<ModalPortal>
|
||||
|
Reference in New Issue
Block a user