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

Sysadmin reconstruct settings (#3946)

* sysadmin reconstruct settings page

* [system admin] settings: refactored it

* fixup & improvement
This commit is contained in:
Leo
2019-09-29 18:19:25 +08:00
committed by Daniel Pan
parent aac9372cc5
commit 63bd44acf7
13 changed files with 669 additions and 6 deletions

View File

@@ -17,6 +17,8 @@ export const fileServerRoot = window.app.config.fileServerRoot;
export const seafileVersion = window.app.config.seafileVersion;
export const serviceURL = window.app.config.serviceURL;
export const appAvatarURL = window.app.config.avatarURL;
export const faviconPath = window.app.config.faviconPath;
export const loginBGPath = window.app.config.loginBGPath;
//pageOptions
export const seafileCollabServer = window.app.pageOptions.seafileCollabServer;