From b951e9e1a5f9b4081e11226534946e1ac8a0fd89 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Sat, 5 May 2018 12:15:31 -0700 Subject: [PATCH] NOJIRA: Added support for loading 'Primary' UI plugin properties from 'primary.tenant.properties' file at root of tomcat dir. --- cspace-ui/build.xml | 31 ++++++++++++++++++----- cspace-ui/cspace#core#template/index.html | 1 + cspace-ui/cspace#template/index.html | 1 + 3 files changed, 26 insertions(+), 7 deletions(-) diff --git a/cspace-ui/build.xml b/cspace-ui/build.xml index 3ca125157..2a06fb219 100644 --- a/cspace-ui/build.xml +++ b/cspace-ui/build.xml @@ -67,6 +67,9 @@ + + + @@ -81,16 +84,29 @@ # export CSPACE_PRIMARY_UIPLUGIN_LOGO="/images/myimage.png" # --> - - + + - - + + - - + + + + + + + + + + + + + @@ -136,7 +152,8 @@ - + + diff --git a/cspace-ui/cspace#core#template/index.html b/cspace-ui/cspace#core#template/index.html index cf2ecf713..1cf49f59b 100644 --- a/cspace-ui/cspace#core#template/index.html +++ b/cspace-ui/cspace#core#template/index.html @@ -13,6 +13,7 @@ messages: { // Override the login page title 'about.title': '@MESSAGE_TITLE@', + 'about.contentHTML': @ABOUT@, }, basename: '@PLUGIN_BASENAME@', prettyUrls: true, diff --git a/cspace-ui/cspace#template/index.html b/cspace-ui/cspace#template/index.html index d87b070d6..0ed759f6a 100644 --- a/cspace-ui/cspace#template/index.html +++ b/cspace-ui/cspace#template/index.html @@ -15,6 +15,7 @@ messages: { // Override the login page title 'about.title': '@MESSAGE_TITLE@', + 'about.contentHTML': @ABOUT@, }, basename: '@PLUGIN_BASENAME@', prettyUrls: true, -- 2.47.3