Skip to content

Commit

Permalink
Update the dashboard gif for the 0.12.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
huwshimi committed Mar 6, 2024
1 parent 67084ad commit 3379252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,9 @@ <h2>Add visibility and compliance controls with JAAS</h2>
<div class="col-6 col-start-large-4">
{{
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",
Expand Down
2 changes: 1 addition & 1 deletion webapp/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_latest_versions():
try:
result = {}

# get dashboard verion
# get dashboard version
dashboard_response = requests.get(
"/".join(
[
Expand Down

0 comments on commit 3379252

Please sign in to comment.