Skip to content

Commit

Permalink
Make all preview images on the index page the same width
Browse files Browse the repository at this point in the history
  • Loading branch information
IngmarStein committed Feb 16, 2025
1 parent 24b0022 commit 4b5f613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tronbyt_server/templates/manager/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ <h1>{% if app['enabled'] == "true" %}<enabled>&nbsp -- Enabled --</enabled><a
<p class="body">Notes: {{ app['notes'] }}</p>
{% endif %}
</td>
<td><br><div class="app-img"><img width="400"
<td width="33%"><br><div class="app-img"><img
src="{{url_for('manager.appwebp', device_id=device['id'],iname=app['iname']) }}" alt="Preview"></div>
<br>
Last Rendered: {{ app.get('last_render',0)|timeago }}
Expand Down

0 comments on commit 4b5f613

Please sign in to comment.