Merge branch 'master' into testing
This commit is contained in:
commit
534adbba75
|
@ -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 %}
|
||||
|
|
Reference in New Issue