mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
Captive portal, show message on save (settings need apply)
This commit is contained in:
parent
13fa8b9956
commit
dc0f43969c
@ -184,7 +184,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
<div class="tab-content content-box">
|
||||
<div id="zones" class="tab-pane fade in active">
|
||||
<!-- tab page "zones" -->
|
||||
<table id="grid-zones" class="table table-condensed table-hover table-striped table-responsive" data-editDialog="DialogZone">
|
||||
<table id="grid-zones" class="table table-condensed table-hover table-striped table-responsive" data-editAlert="changeMessage" data-editDialog="DialogZone">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-column-id="enabled" data-width="6em" data-type="string" data-formatter="rowtoggle">{{ lang._('Enabled') }}</th>
|
||||
@ -233,6 +233,9 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div id="changeMessage" class="alert alert-info" style="display: none" role="alert">
|
||||
{{ lang._('After changing settings, please remember to apply them with the button below') }}
|
||||
</div>
|
||||
<hr/>
|
||||
<button class="btn btn-primary" id="reconfigureAct" type="button"><b>{{ lang._('Apply') }}</b> <i id="reconfigureAct_progress"></i></button>
|
||||
<br/><br/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user