mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
ipsec: same same but different; closes #6973
In portait mode the __ml looks odd as the form-inline is broken off to avoid wide form layouts so we use __mr on the button div instead.
This commit is contained in:
parent
66b50c3d51
commit
03ffdf511d
@ -229,7 +229,7 @@
|
||||
<hr/>
|
||||
</div>
|
||||
<div class="col-md-12 form-inline __mb">
|
||||
<div class="form-group">
|
||||
<div class="form-group __mr">
|
||||
<button class="btn btn-primary" id="reconfigureAct"
|
||||
data-endpoint="/api/ipsec/service/reconfigure"
|
||||
data-label="{{ lang._('Apply') }}"
|
||||
@ -237,7 +237,7 @@
|
||||
type="button"
|
||||
></button>
|
||||
</div>
|
||||
<div class="form-group __ml" style="vertical-align: sub">
|
||||
<div class="form-group" style="vertical-align: sub">
|
||||
<input name="enable" class="pending" type="checkbox" id="enable"/>
|
||||
<label for="enable"><strong>{{ lang._('Enable IPsec') }}</strong></label>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user