Skip to content

Commit

Permalink
Replaced hard-coded refs for 'uchicago-prod' with 'uchicago-prod2'. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhgriffith-uofu authored Feb 29, 2024
1 parent f9dc33c commit e008058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion portal/templates/instance_profile_monitoring.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% if instance_details['metadata']['cluster'] in ['uutah-prod', 'utah-dev', 'umich-prod', 'uchicago-prod'] and instance_details['details']['pods'] %}
{% if instance_details['metadata']['cluster'] in ['uutah-prod', 'utah-dev', 'umich-prod', 'uchicago-prod2'] and instance_details['details']['pods'] %}

<h4>Application Monitoring</h4>
<hr/>
Expand Down
2 changes: 1 addition & 1 deletion portal/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def dashboard():
# single-user mode
clusters = ["my-cluster"]
else:
clusters = ["uutah-prod", "uchicago-prod", "umich-prod"]
clusters = ["uutah-prod", "uchicago-prod2", "umich-prod"]

feed = feedparser.parse("https://slateci.io/feed.xml")
news = "New blog posts: \n"
Expand Down

0 comments on commit e008058

Please sign in to comment.