You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/08/03 16:01:34 UTC

[18/50] [abbrv] airavata git commit: Adding SIU theme

Adding SIU theme


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/5baf04d3
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/5baf04d3
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/5baf04d3

Branch: refs/heads/master
Commit: 5baf04d3f3911edd56dc8928ec00d4a2d9cd7233
Parents: 5d4d105
Author: Suresh Marru <sm...@apache.org>
Authored: Mon Jul 10 14:32:43 2017 -0500
Committer: Suresh Marru <sm...@apache.org>
Committed: Mon Jul 10 14:32:43 2017 -0500

----------------------------------------------------------------------
 .../scigap/production/pga_config/southernillinois/vars.yml       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/5baf04d3/dev-tools/ansible/inventories/scigap/production/pga_config/southernillinois/vars.yml
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/southernillinois/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/southernillinois/vars.yml
index 364f624..10c86e6 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/southernillinois/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/southernillinois/vars.yml
@@ -55,7 +55,7 @@ super_admin_portal: "false"
 admin_emails: "['sgg@iu.edu']"
 portal_email_username: "pga.airavata@gmail.com"
 portal_email_password: "{{ vault_portal_email_password }}"
-portal_theme: "base"
-#portal_theme_repo: ""
+portal_theme: "siu-gateway-theme"
+portal_theme_repo: "https://github.com/SciGaP/siu-gateway-theme.git"
 portal_title: "Southern Illinois PHP Gateway"
 ...