Skip to content

Commit

Permalink
Merge pull request #460 from salopensource/shrink_silicon_detail_images
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert authored Dec 8, 2023
2 parents dc7f869 + 8d8218a commit 55bd5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/templates/server/machine_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<div class="col-md-5">
<p style="text-align: center;">
{% if machine.os_family == 'Darwin' %}
<img src='https://km.support.apple.com/kb/securedImage.jsp?configcode={{machine.serial|slice:"8:" }}&size=120x120'>
<img src='https://km.support.apple.com/kb/securedImage.jsp?configcode={{machine.serial|slice:"8:" }}&size=120x120' height="120" width="120" alt="macOS" />
{% elif machine.os_family == 'ChromeOS' %}
<img src="{% static 'img/Chrome.png' %}" height="120" width="120" alt="Chrome OS"/>
{% else %}
Expand Down

0 comments on commit 55bd5b5

Please sign in to comment.