mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Updated Store Management with newer materialize libraries
This commit is contained in:
parent
27b3c82faf
commit
ea3ed117ff
4 changed files with 41 additions and 38 deletions
|
|
@ -5,7 +5,7 @@
|
|||
{{#each mgmtStoreInfo}}
|
||||
<li class="collection-item">
|
||||
{{storeName}}
|
||||
<i class="material-icons clickable deleteStore right tooltipped" data-position="top" data-tooltip="Delete Store">delete</i>
|
||||
<i class="material-icons clickable deleteStore right tooltipped modal-trigger" data-target="modalDelete" data-position="top" data-tooltip="Delete this store">delete</i>
|
||||
<i class="material-icons clickable editStore right tooltipped" data-position="top" data-tooltip="Edit Store Name">edit</i>
|
||||
</li>
|
||||
{{/each}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue