mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
diagnostics: ARP: wire up refresh button
This commit is contained in:
parent
e72077c376
commit
27fdbd950f
@ -41,6 +41,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
$('#grid-arp').bootgrid('reload');
|
||||
});
|
||||
|
||||
$("#refresh").click(function() {
|
||||
$("#grid-arp").bootgrid("reload");
|
||||
});
|
||||
|
||||
$("#flushModal").click(function(event){
|
||||
BootstrapDialog.show({
|
||||
type:BootstrapDialog.TYPE_DANGER,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user