mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
sysadmin reconstruct notification page (#4089)
* sysadmin reconstruct notification page * [system admin] notifications: fixup & improvement * [system admin] notifications: fixup for urls.py
This commit is contained in:
@@ -129,10 +129,14 @@ class SidePanel extends React.Component {
|
||||
}
|
||||
{isDefaultAdmin &&
|
||||
<li className="nav-item">
|
||||
<a className='nav-link ellipsis' href={siteRoot + 'sys/notificationadmin/'}>
|
||||
<Link
|
||||
className={`nav-link ellipsis ${this.getActiveClass('notifications')}`}
|
||||
to={siteRoot + 'sys/notifications/'}
|
||||
onClick={() => this.props.tabItemClick('notifications')}
|
||||
>
|
||||
<span className="sf2-icon-msgs" aria-hidden="true"></span>
|
||||
<span className="nav-text">{gettext('Notifications')}</span>
|
||||
</a>
|
||||
</Link>
|
||||
</li>
|
||||
}
|
||||
{isDefaultAdmin &&
|
||||
|
Reference in New Issue
Block a user