Add button
This commit is contained in:
parent
0cbc102508
commit
90bb0e69c0
|
|
@ -44,6 +44,9 @@
|
|||
<div class="control">
|
||||
<button id="delete-object" class="button is-danger">Supprimer cet objet</button>
|
||||
</div>
|
||||
<div class="control">
|
||||
<button id="upload-object" class="button is-success">Envoyer cet objet vers le serveur pour reconstruction</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if calibration.state != CalibrationState.IsValidated %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue