mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 17:33:18 +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:
@@ -17,6 +17,7 @@ import TrashRepos from './repos/trash-repos';
|
||||
import DirView from './repos/dir-view';
|
||||
|
||||
import WebSettings from './web-settings/web-settings';
|
||||
import Notifications from './notifications/notifications';
|
||||
import FileScanRecords from './file-scan-records';
|
||||
import WorkWeixinDepartments from './work-weixin-departments';
|
||||
|
||||
@@ -99,6 +100,7 @@ class SysAdmin extends React.Component {
|
||||
<TrashRepos path={siteRoot + 'sys/trash-libraries'} />
|
||||
<DirView path={siteRoot + 'sys/libraries/:repoID/*'} />
|
||||
<WebSettings path={siteRoot + 'sys/web-settings'} />
|
||||
<Notifications path={siteRoot + 'sys/notifications'} />
|
||||
<FileScanRecords
|
||||
path={siteRoot + 'sys/file-scan-records'}
|
||||
currentTab={currentTab}
|
||||
|
Reference in New Issue
Block a user