Commit 5cd40f04 authored by Franco Fichtner's avatar Franco Fichtner

intrusion detection: fix spacing for apply button spinner

parent d14bfe61
...@@ -560,7 +560,7 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -560,7 +560,7 @@ POSSIBILITY OF SUCH DAMAGE.
{{ partial("layout_partials/base_form",['fields':formGeneralSettings,'id':'frm_GeneralSettings'])}} {{ partial("layout_partials/base_form",['fields':formGeneralSettings,'id':'frm_GeneralSettings'])}}
<div class="col-md-12"> <div class="col-md-12">
<hr/> <hr/>
<button class="btn btn-primary" id="reconfigureAct" type="button"><b>{{ lang._('Apply') }}</b><i id="reconfigureAct_progress" class=""></i></button> <button class="btn btn-primary" id="reconfigureAct" type="button"><b>{{ lang._('Apply') }}</b> <i id="reconfigureAct_progress" class=""></i></button>
<br/> <br/>
<br/> <br/>
</div> </div>
...@@ -674,7 +674,7 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -674,7 +674,7 @@ POSSIBILITY OF SUCH DAMAGE.
</table> </table>
<div class="col-md-12"> <div class="col-md-12">
<hr/> <hr/>
<button class="btn btn-primary act_update" type="button"><b>{{ lang._('Apply') }}</b><i class="act_update_progress"></i></button> <button class="btn btn-primary act_update" type="button"><b>{{ lang._('Apply') }}</b> <i class="act_update_progress"></i></button>
<br/> <br/>
<br/> <br/>
</div> </div>
...@@ -705,7 +705,7 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -705,7 +705,7 @@ POSSIBILITY OF SUCH DAMAGE.
</table> </table>
<div class="col-md-12"> <div class="col-md-12">
<hr/> <hr/>
<button class="btn btn-primary act_update" type="button"><b>{{ lang._('Apply') }}</b><i class="act_update_progress"></i></button> <button class="btn btn-primary act_update" type="button"><b>{{ lang._('Apply') }}</b> <i class="act_update_progress"></i></button>
<br/> <br/>
<br/> <br/>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment