fix template snapshots logs

This commit is contained in:
Cayo Puigdefabregas 2022-12-13 20:40:53 +01:00
parent 1b11162522
commit a0c1cce69a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
</td>
<td>
{% if snap.get_device() %}
<a href="{{ url_for('inventory.device_details', id=snap.device) }}">
<a href="{{ url_for('inventory.device_details', id=snap.get_device()) }}">
{{ snap.get_device() }}
</a>
{% endif %}