mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
unbound: remove spurious <hr/> as __mt does the job and looks cleaner
This commit is contained in:
parent
a086f40b0a
commit
15ee80908f
@ -60,8 +60,7 @@
|
||||
|
||||
<div class="content-box" style="padding-bottom: 1.5em;">
|
||||
{{ partial("layout_partials/base_form",['fields':advancedForm,'id':'frm_AdvancedSettings'])}}
|
||||
<div class="col-md-12">
|
||||
<hr/>
|
||||
<div class="col-md-12 __mt">
|
||||
<button class="btn btn-primary" id="reconfigureAct"
|
||||
data-endpoint='/api/unbound/service/reconfigure'
|
||||
data-label="{{ lang._('Apply') }}"
|
||||
|
||||
@ -60,8 +60,7 @@
|
||||
|
||||
<div class="content-box" style="padding-bottom: 1.5em;">
|
||||
{{ partial("layout_partials/base_form",['fields':dnsblForm,'id':'frm_dnsbl_settings'])}}
|
||||
<div class="col-md-12">
|
||||
<hr />
|
||||
<div class="col-md-12 __mt">
|
||||
<button class="btn btn-primary" id="saveAct"
|
||||
data-endpoint='/api/unbound/service/dnsbl'
|
||||
data-label="{{ lang._('Apply') }}"
|
||||
|
||||
@ -47,8 +47,7 @@
|
||||
|
||||
<div class="content-box" style="padding-bottom: 1.5em;">
|
||||
{{ partial("layout_partials/base_form",['fields':generalForm,'id':'frm_GeneralSettings'])}}
|
||||
<div class="col-md-12">
|
||||
<hr/>
|
||||
<div class="col-md-12 __mt">
|
||||
<button class="btn btn-primary" id="reconfigureAct"
|
||||
data-endpoint='/api/unbound/service/reconfigureGeneral'
|
||||
data-label="{{ lang._('Apply') }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user