Skip to content

Commit

Permalink
Merge pull request #4 from f5devcentral/dev
Browse files Browse the repository at this point in the history
update img refs
  • Loading branch information
kreynoldsf5 authored Apr 28, 2024
2 parents 9afa3c1 + 537fde6 commit 87681cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudapp/app/templates/pretty_echo.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ <h1 class="mt-5">
<div class="card-header">Environment</div>
<div class="card-body">
{% if request_env == 'AWS' %}
<img src="https://github.com/f5devcentral/f5xc-lab-mcn-practical/blob/main/cloudapp/static/aws.png?raw=true" alt="" width="auto" height="40">
<img src="https://github.com/f5devcentral/f5xc-lab-mcn-practical/blob/main/cloudapp/app/static/aws.png" alt="" width="auto" height="40">
{% elif request_env == 'Azure' %}
<img src="https://github.com/f5devcentral/f5xc-lab-mcn-practical/blob/main/cloudapp/static/azure.png?raw=true" alt="" width="auto" height="40">
<img src="https://github.com/f5devcentral/f5xc-lab-mcn-practical/blob/main/cloudapp/app/static/azure.png" alt="" width="auto" height="40">
{% else %}
<img src="https://github.com/f5devcentral/f5xc-lab-mcn-practical/blob/main/cloudapp/static/flask.png?raw=true" alt="" width="auto" height="40">
<img src="https://github.com/f5devcentral/f5xc-lab-mcn-practical/blob/main/cloudapp/app/static/flask.png" alt="" width="auto" height="40">
{% endif %}
&nbsp{{ request_env }}
</div>
Expand Down

0 comments on commit 87681cc

Please sign in to comment.