mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-03 09:33:25 +02:00
Update manageTld.twig
This commit is contained in:
parent
d0b413966e
commit
83bfc81cf2
1 changed files with 2 additions and 2 deletions
|
@ -69,11 +69,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="datagrid-item">
|
<div class="datagrid-item">
|
||||||
<div class="datagrid-title">BIND9 DNSSEC</div>
|
<div class="datagrid-title">DNSSEC Mode</div>
|
||||||
<div class="datagrid-content">
|
<div class="datagrid-content">
|
||||||
<label class="form-check">
|
<label class="form-check">
|
||||||
<input class="form-check-input" type="checkbox" name="bind9_enable" {% if secureTld == 1 %} checked disabled {% endif %}>
|
<input class="form-check-input" type="checkbox" name="bind9_enable" {% if secureTld == 1 %} checked disabled {% endif %}>
|
||||||
<span class="form-check-label">{{ __('Enable') }}</span>
|
<span class="form-check-label">{{ __('BIND9') }}</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue