From 941e6cfbac08c6723e66d49061e676777c847383 Mon Sep 17 00:00:00 2001 From: Adam H Griffith Date: Thu, 29 Feb 2024 09:31:50 -0700 Subject: [PATCH] Replaced hard-coded refs for 'uchicago-prod' with 'uchicago-prod2'. --- portal/templates/instance_profile_monitoring.html | 2 +- portal/views.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/templates/instance_profile_monitoring.html b/portal/templates/instance_profile_monitoring.html index 6b09ad97..cc86199f 100644 --- a/portal/templates/instance_profile_monitoring.html +++ b/portal/templates/instance_profile_monitoring.html @@ -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'] %}

Application Monitoring


diff --git a/portal/views.py b/portal/views.py index 16f476af..651aa9b8 100644 --- a/portal/views.py +++ b/portal/views.py @@ -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"