1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

add dtables

This commit is contained in:
王健辉
2019-06-25 15:38:42 +08:00
parent a888efb78a
commit 809e6cddcc
7 changed files with 228 additions and 173 deletions

View File

@@ -110,7 +110,7 @@ class Table extends Component {
}
</td>
<td>{table.modifier}</td>
<td>{moment(table.mtime).fromNow()}</td>
<td>{moment(table.updated_at).fromNow()}</td>
<td>
{this.state.active &&
<Dropdown isOpen={this.state.dropdownOpen} toggle={this.dropdownToggle} direction="down" className="mx-1 old-history-more-operation">