mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Lots of changes and additions to the project. Still early, and not usable.
This commit is contained in:
parent
8636f8cf9b
commit
266dbd0856
41 changed files with 836 additions and 67 deletions
20
client/AdminMgmt/MgmtPage/mgmtPage.html
Normal file
20
client/AdminMgmt/MgmtPage/mgmtPage.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<template name="mgmtPage">
|
||||
<div class="row">
|
||||
<div class="col s12 m6 l6">
|
||||
<ul class="collection with-header">
|
||||
<li class="collection-header"><h4>Management</h4></li>
|
||||
{{#if isInRole "systemadmin"}}
|
||||
<li><a href="#!" id="userMgmt" class="collection-item">User Management</a></li>
|
||||
{{/if}}
|
||||
<li><a href="#!" id="manageList" class="collection-item">List</a></li>
|
||||
<li><a href="#!" id="manageCategory" class="collection-item">Category</a></li>
|
||||
<li><a href="#!" id="manageProduct" class="collection-item">Product</a></li>
|
||||
<li><a href="#!" id="manageLocation" class="collection-item">Location</a></li>
|
||||
<li><a href="#!" id="manageStore" class="collection-item">Store</a></li>
|
||||
<li><a href="#!" id="manageCabinet" class="collection-item">Cabinet</a></li>
|
||||
<li><a href="#!" id="manageShelf" class="collection-item">Shelf</a></li>
|
||||
<li><a href="#!" id="manageBin" class="collection-item">Bin</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue