mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 10:58:33 +00:00
sysadmin reconstrcut orgs frontend (#4074)
* sysadmin reconstruct orgs page * [system admin] orgs: refactored it
This commit is contained in:
@@ -121,10 +121,14 @@ class SidePanel extends React.Component {
|
||||
}
|
||||
{multiTenancy && isDefaultAdmin &&
|
||||
<li className="nav-item">
|
||||
<a className='nav-link ellipsis' href={siteRoot + 'sys/orgadmin/'}>
|
||||
<Link
|
||||
className={`nav-link ellipsis ${this.getActiveClass('organizations')}`}
|
||||
to={siteRoot + 'sys/organizations/'}
|
||||
onClick={() => this.props.tabItemClick('organizations')}
|
||||
>
|
||||
<span className="sf2-icon-organization" aria-hidden="true"></span>
|
||||
<span className="nav-text">{gettext('Organizations')}</span>
|
||||
</a>
|
||||
</Link>
|
||||
</li>
|
||||
}
|
||||
{multiInstitution && isDefaultAdmin &&
|
||||
|
Reference in New Issue
Block a user