1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-22 20:08:19 +00:00

add org logs (#3190)

* add org logs

* add filter

* refactor code

* fix warnings

* add get repo dict

* Adjust variable position
This commit is contained in:
陈钦亮
2019-04-03 16:54:24 +08:00
committed by Daniel Pan
parent a3b8fdcf61
commit 1b673b5cd5
16 changed files with 1070 additions and 10 deletions

View File

@@ -107,7 +107,8 @@ class OrgAdminList extends React.Component {
onFreezedItem={this.onFreezedItem}
onUnfreezedItem={this.onUnfreezedItem}
/>
)})}
);
})}
</tbody>
</table>
{this.props.isShowAddOrgAdminDialog && (