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

Org admin improve (#3090)

* move btn position

* repair ui interaction

* add btn-loading state

* repair text to password bug

* repair height bug
This commit is contained in:
杨顺强
2019-03-11 10:34:40 +08:00
committed by Daniel Pan
parent 649b835733
commit d0ad828267
6 changed files with 45 additions and 35 deletions

View File

@@ -57,7 +57,7 @@ class Org extends React.Component {
return (
<div id="main">
<SidePanel isSidePanelClosed={isSidePanelClosed} onCloseSidePanel={this.onCloseSidePanel} />
<MainPanel>
<MainPanel currentTab={currentTab} toggleAddOrgAdmin={this.toggleAddOrgAdmin} toggleAddOrgUser={this.toggleAddOrgUser}>
<Router>
<OrgUsers
path={siteRoot + "org/useradmin"}