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

update side nav footer (#2779)

This commit is contained in:
C_Q
2019-01-07 16:28:25 +08:00
committed by Daniel Pan
parent 3f2e9303d6
commit be12929dad
3 changed files with 17 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ export const logoHeight = window.app.config.logoHeight;
export const isPro = window.app.config.isPro === 'True';
export const lang = window.app.config.lang;
export const fileServerRoot = window.app.config.fileServerRoot;
export const seafileVersion = window.app.config.seafileVersion;
//pageOptions
export const seafileCollabServer = window.app.pageOptions.seafileCollabServer;