From 605dcfccd4f3766ca20947f9fa6ae3a83cc77898 Mon Sep 17 00:00:00 2001 From: Kevin Reynolds Date: Mon, 6 May 2024 00:45:15 -0400 Subject: [PATCH 1/2] fixes #22 --- labapp/app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labapp/app/app.py b/labapp/app/app.py index 8c9c7e6..234736c 100644 --- a/labapp/app/app.py +++ b/labapp/app/app.py @@ -298,7 +298,7 @@ def ex_test2(): @app.route('/_lb1') def lb_aws(): - """Azure LB test""" + """AWS LB test""" try: ns = get_eph_ns() if not ns: From b341672b0cbd5f9216a05c483554620848747916 Mon Sep 17 00:00:00 2001 From: Kevin Reynolds Date: Mon, 6 May 2024 07:52:16 -0400 Subject: [PATCH 2/2] add heading whitespace --- labapp/app/static/custom.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/labapp/app/static/custom.css b/labapp/app/static/custom.css index ed25e3a..051cf87 100644 --- a/labapp/app/static/custom.css +++ b/labapp/app/static/custom.css @@ -52,10 +52,12 @@ main { border-radius: .8em; filter: brightness(110%) contrast(80%); filter: blur(.1px); + max-width: 75%; } .lab-header-clear { border-radius: .8em; + max-width: 75%; } /* Testing */