mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
Firewall / live log - add manual refresh button. closes https://github.com/opnsense/core/issues/4550
This commit is contained in:
parent
aa8a6ea717
commit
7331b2717b
@ -342,6 +342,10 @@
|
||||
}
|
||||
setTimeout(poller, 1000);
|
||||
}
|
||||
// manual refresh
|
||||
$("#refresh").click(function(){
|
||||
fetch_log();
|
||||
});
|
||||
|
||||
// fetch interface mappings on load
|
||||
ajaxGet('/api/diagnostics/interface/getInterfaceNames', {}, function(data, status) {
|
||||
@ -496,6 +500,9 @@
|
||||
<option value="10000">10000</option>
|
||||
<option value="20000">20000</option>
|
||||
</select>
|
||||
<button id="refresh" type="button" class="btn btn-default">
|
||||
<span class="fa fa-refresh"></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user