fix template snapshots logs
This commit is contained in:
parent
1b11162522
commit
a0c1cce69a
|
@ -91,7 +91,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% if snap.get_device() %}
|
{% 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() }}
|
{{ snap.get_device() }}
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Reference in New Issue