mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Adding edit and delete users from system.
This commit is contained in:
parent
07a8496542
commit
45b78101c8
5 changed files with 88 additions and 5 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<td>{{userRole}}</td>
|
||||
<td>
|
||||
<div class="input-field">
|
||||
<i class="material-icons clickable deleteUser">delete</i>
|
||||
<i class="material-icons modal-trigger clickable deleteUser">delete</i>
|
||||
<i class="material-icons clickable editUser">edit</i>
|
||||
</div>
|
||||
</td>
|
||||
|
|
@ -31,4 +31,6 @@
|
|||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{> deleteConfirmationModal}}
|
||||
{{> userInfoModal}}
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue