1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 15:38:15 +00:00

[groups, group] rewrote them with react (#2593)

* [groups, group] rewrote them with react

* [groups, group] update
This commit is contained in:
llj
2018-12-04 16:52:27 +08:00
committed by GitHub
parent 07e5e97406
commit 8c077e8cba
13 changed files with 776 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ export const lang = window.app.config.lang;
export const fileServerRoot = window.app.config.fileServerRoot;
//pageOptions
export const username = window.app.pageOptions.username;
export const canGenerateShareLink = window.app.pageOptions.canGenerateShareLink === 'True';
export const canGenerateUploadLink = window.app.pageOptions.canGenerateUploadLink === 'True';
export const canViewOrg = window.app.pageOptions.canViewOrg === 'True';