mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-04 14:26:13 -04:00
net/frr: style and whitespace sweep
This commit is contained in:
parent
0a355692e7
commit
441786a842
5 changed files with 7 additions and 9 deletions
|
|
@ -404,5 +404,4 @@ class OspfsettingsController extends ApiMutableModelControllerBase
|
|||
{
|
||||
return $this->toggle_handler($uuid, 'prefixlists', 'prefixlist');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ $(document).ready(function() {
|
|||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
/* allow a user to manually reload the service (for forms which do not do it automatically) */
|
||||
$('.reload_btn').click(function reload_handler() {
|
||||
$(".reloadAct_progress").addClass("fa-spin");
|
||||
|
|
@ -194,7 +194,7 @@ $(document).ready(function() {
|
|||
$(".reloadAct_progress").removeClass("fa-spin");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
$("#grid-neighbors").UIBootgrid(
|
||||
{ 'search':'/api/quagga/bgp/searchNeighbor',
|
||||
'get':'/api/quagga/bgp/getNeighbor/',
|
||||
|
|
|
|||
|
|
@ -155,8 +155,8 @@ $( document ).ready(function() {
|
|||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
/* allow a user to manually reload the service (for forms which do not do it automatically) */
|
||||
$('.reload_btn').click(function reload_handler() {
|
||||
$(".reloadAct_progress").addClass("fa-spin");
|
||||
|
|
@ -165,8 +165,8 @@ $( document ).ready(function() {
|
|||
$(".reloadAct_progress").removeClass("fa-spin");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
$("#grid-networks").UIBootgrid(
|
||||
{ 'search':'/api/quagga/ospfsettings/searchNetwork',
|
||||
'get':'/api/quagga/ospfsettings/getNetwork/',
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ $( document ).ready(function() {
|
|||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
/* allow a user to manually reload the service (for forms which do not do it automatically) */
|
||||
$('.reload_btn').click(function reload_handler() {
|
||||
$(".reloadAct_progress").addClass("fa-spin");
|
||||
|
|
|
|||
Loading…
Reference in a new issue