Initial commit
This commit is contained in:
commit
35745a89ec
44 changed files with 3342 additions and 0 deletions
37
client/AdminMgmt/SysConfig/systemAdmin.html
Normal file
37
client/AdminMgmt/SysConfig/systemAdmin.html
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<template name="systemAdmin">
|
||||
<h2>System Administration</h2>
|
||||
<div class="grid">
|
||||
<article>
|
||||
<h4>Registration Settings</h4>
|
||||
<div class="grid">
|
||||
<div class="">
|
||||
<label for="allowAdmReg">
|
||||
<input type="checkbox" class="currConfigs" id="allowAdmReg" role="switch">
|
||||
Allow Admin Registration
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid">
|
||||
<div>
|
||||
<label for="allowGenReg">
|
||||
<input type="checkbox" class="currConfigs" id="allowGenReg" role="switch">
|
||||
Allow Registration
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<article>
|
||||
<h4>Update Notifications</h4>
|
||||
<p>This option requires the seerver to have an internet connection.</p>
|
||||
<div class="grid">
|
||||
<div>
|
||||
<label for="recvUpdateMsgs">
|
||||
<input type="checkbox" class="currConfigs" id="recvUpdateMsgs" role="switch">
|
||||
System Admin will receive information on updates and new featres
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
{{> snackbar}}
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue