Merge pull request #342 from eReuse/changes/3776-new-twin-for-binding

change binding for new twin
This commit is contained in:
cayop 2022-09-14 13:38:35 +02:00 committed by GitHub
commit d08b93d3fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -44,11 +44,11 @@
</div>
{% if placeholder.status in ['Abstract', 'Real'] %}
<a type="button" href="{{ url_for('inventory.binding_search', dhid=placeholder.device.devicehub_id) }}" class="btn btn-primary" style="float: right; margin-right: 15px;">
Binding
New Twin
</a>
{% elif placeholder.status == 'Twin' %}
<a type="button" href="{{ url_for('inventory.unbinding', phid=placeholder.phid) }}" class="btn btn-primary" style="float: right; margin-right: 15px;">
Unbinding
Delete Twin
</a>
{% endif %}
<div style="display: block;"></div>