This is an automated email from the ASF dual-hosted git repository.
eroma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new e388d05 Added new saver-x theme
e388d05 is described below
commit e388d059061727e35d91f9cd7621be723c635569
Author: Eroma Abeysinghe <[email protected]>
AuthorDate: Thu Feb 7 03:25:34 2019 -0500
Added new saver-x theme
---
.../ansible/inventories/scigap/production/pga_config/saverx/vars.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/pga_config/saverx/vars.yml
b/dev-tools/ansible/inventories/scigap/production/pga_config/saverx/vars.yml
index 4b17137..394c2e7 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/saverx/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/saverx/vars.yml
@@ -59,7 +59,7 @@ super_admin_portal: "false"
admin_emails:
"['[email protected]','[email protected]']"
portal_email_username: "[email protected]"
portal_email_password: "{{ vault_portal_email_password }}"
-#portal_theme: "base-gateway-theme"
-#portal_theme_repo: "https://github.com/SciGaP/base-pga-theme"
+portal_theme: "saver-x-gateway-theme"
+portal_theme_repo: "https://github.com/SciGaP/saver-x-gateway-theme"
portal_title: "Saver-X Gateway"
...