From 33792525897e0f1fe43be99932825dac54529aaf Mon Sep 17 00:00:00 2001 From: Huw Wilkins Date: Wed, 6 Mar 2024 13:45:15 +1100 Subject: [PATCH] Update the dashboard gif for the 0.12.0 release. --- templates/index.html | 4 ++-- webapp/app.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index c9a039d9..f1446824 100644 --- a/templates/index.html +++ b/templates/index.html @@ -504,9 +504,9 @@

Add visibility and compliance controls with JAAS

{{ image( - url="https://assets.ubuntu.com/v1/619c0cec-juju.gif", + url="https://assets.ubuntu.com/v1/ed078d85-juju-dashboard.gif", alt="", - height="682", + height="779", width="1200", hi_def=True, loading="lazy", diff --git a/webapp/app.py b/webapp/app.py index 9375be0b..8972fd96 100644 --- a/webapp/app.py +++ b/webapp/app.py @@ -60,7 +60,7 @@ def get_latest_versions(): try: result = {} - # get dashboard verion + # get dashboard version dashboard_response = requests.get( "/".join( [