Many changes aded to system.
This commit is contained in:
parent
e0571d14b7
commit
5ba618f471
22 changed files with 640 additions and 57 deletions
21
client/LocationTypes/locationTypes.html
Normal file
21
client/LocationTypes/locationTypes.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<template name="locationTypes">
|
||||
<h1>Location Type Setup</h1>
|
||||
<div class="grid">
|
||||
<div>
|
||||
<label for="typeName">Location Type Name *</label>
|
||||
<input type="text" class="typeName" id="typeName" required />
|
||||
</div>
|
||||
<div>
|
||||
<label for="typeDesc">Location Type Description</label>
|
||||
<input type="text" class="typeDesc" id="typeDesc" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid">
|
||||
<div>
|
||||
<button class="primary right" id="saveLocationType">Save</button>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
{{> locationTypeTbl}}
|
||||
{{> snackbar}}
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue