mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Use ubus when possible
This commit is contained in:
parent
2c27a090f3
commit
3193f4ef70
2 changed files with 8 additions and 697 deletions
|
@ -75,7 +75,7 @@
|
|||
var statusMessage = _('Your IP was not leased by this router');
|
||||
}
|
||||
} else {
|
||||
var title = String.format('<br /><strong>%s</strong>', _('You'))
|
||||
var title = String.format('<br /><strong>%s</strong>', _('Clients'))
|
||||
var statusMessageClass = "";
|
||||
var statusIcon = "<%=resource%>/openmptcprouter/images/statusOK.png";
|
||||
var statusMessage = "";
|
||||
|
@ -544,7 +544,7 @@
|
|||
<h3>Settings</h3>
|
||||
<fieldset class="cbi-section">
|
||||
<div class="cbi-value">
|
||||
<label class="cbi-value-title">Anonymize public IPs (at next refresh)</label>
|
||||
<label class="cbi-value-title">Anonymize public IPs</label>
|
||||
<div class="cbi-value-field">
|
||||
<input type="checkbox" name="anon" id="anon" class="cbi-input-checkbox" value="1" onclick="setAnonymize(this)" \>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue