37 lines
1.2 KiB
HTML
37 lines
1.2 KiB
HTML
<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>
|