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

sysadmin reconstruct links page (#4153)

* sysadmin reconstruct links page

* optimize code

* optimize code
This commit is contained in:
Leo
2019-10-19 11:21:49 +08:00
committed by Daniel Pan
parent 0fd1fad77c
commit 36a734d9b4
8 changed files with 513 additions and 11 deletions

View File

@@ -20,6 +20,9 @@ import Groups from './groups/groups';
import GroupRepos from './groups/group-repos';
import GroupMembers from './groups/group-members';
import ShareLinks from './links/share-links';
import UploadLinks from './links/upload-links';
import WebSettings from './web-settings/web-settings';
import Notifications from './notifications/notifications';
import FileScanRecords from './file-scan-records';
@@ -112,6 +115,8 @@ class SysAdmin extends React.Component {
<Groups path={siteRoot + 'sys/groups'} />
<GroupRepos path={siteRoot + 'sys/groups/:groupID/libraries'} />
<GroupMembers path={siteRoot + 'sys/groups/:groupID/members'} />
<ShareLinks path={siteRoot + 'sys/share-links'} />
<UploadLinks path={siteRoot + 'sys/upload-links'} />
<FileScanRecords
path={siteRoot + 'sys/file-scan-records'}
currentTab={currentTab}