unbound: remove spurious <hr/> as __mt does the job and looks cleaner

This commit is contained in:
Franco Fichtner 2023-09-14 14:06:10 +02:00
parent a086f40b0a
commit 15ee80908f
3 changed files with 3 additions and 6 deletions

View File

@ -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') }}"

View File

@ -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') }}"

View File

@ -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') }}"