Skip to content

Commit

Permalink
Rename variable for dashboard bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
diedpigs committed Jul 27, 2022
1 parent 339ea8b commit 94aa27c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
s3_shibboleth_object_name: UAB_SHIB_OBJECT

#UAB UI customize
navbar_inverse_bg: "rgb(0,99,65)"
brand_bg_color: "rgb(0,99,65)"
project_path: "/data/project"
scratch_path: "/data/scratch"
user_data_path: "/data/user"
Expand Down
2 changes: 1 addition & 1 deletion roles/ood_uab_ui/templates/dashboard/env_local.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
RAILS_RELATIVE_URL_ROOT="/pun/sys/{{ app_name }}"
OOD_DASHBOARD_TITLE="UAB Research Computing"
OOD_DASHBOARD_DOCS_URL="{{ docs_url }}"
BOOTSTRAP_NAVBAR_INVERSE_BG="{{ navbar_inverse_bg }}"
OOD_BRAND_BG_COLOR="{{ brand_bg_color }}"
OOD_PORTAL="ondemand"
OOD_DATAROOT="{{ user_data_path }}/$USER/$OOD_PORTAL"
DISABLE_SAFARI_BASIC_AUTH_WARNING=1
Expand Down
2 changes: 1 addition & 1 deletion roles/ood_uab_ui/templates/myjobs/env_local.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RAILS_RELATIVE_URL_ROOT="/pun/sys/myjobs"
OOD_DASHBOARD_TITLE="UAB Research Computing"
BOOTSTRAP_NAVBAR_INVERSE_BG="{{ navbar_inverse_bg }}"
OOD_BRAND_BG_COLOR="{{ navbar_inverse_bg }}"
OOD_PORTAL="ondemand"

0 comments on commit 94aa27c

Please sign in to comment.