change binding for new twin

This commit is contained in:
Cayo Puigdefabregas 2022-09-14 13:13:03 +02:00
parent 44c22898c2
commit 5c644d9a9a
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>