Skip to content
Snippets Groups Projects
Commit f1894b17 authored by Bhabesh Bhabani Mukhopadhyay's avatar Bhabesh Bhabani Mukhopadhyay
Browse files

Icon added in delete button

parent 827d90e3
Branches
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@
<div v-if="observation.deleted"></div>
<div v-else class="float-right">
<button class="btn btn-secondary " v-on:click="saveObservation">{{$t("prop.save.label")}}</button>
<button v-show="isDeleteBttnVisible" class="btn btn-danger " v-on:click="callForRemoveObservation">{{$t("prop.delete.label")}}</button>
<button v-show="isDeleteBttnVisible" class="btn btn-danger " v-on:click="callForRemoveObservation">{{$t("prop.delete.label")}} <i class="fas fa-trash-alt"></i> </button>
</div>
<modal-simple
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment