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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user