mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
mvc: Replace camelCase API notation with snake_case, some more spots that were missed (#4768)
This commit is contained in:
@@ -354,7 +354,7 @@ $(document).ready(function() {
|
||||
updateServiceControlUI('bind');
|
||||
|
||||
$("#grid-acls").UIBootgrid({
|
||||
'search': '/api/bind/acl/searchAcl',
|
||||
'search': '/api/bind/acl/search_acl',
|
||||
'get': '/api/bind/acl/get_acl/',
|
||||
'set': '/api/bind/acl/set_acl/',
|
||||
'add': '/api/bind/acl/add_acl/',
|
||||
@@ -363,7 +363,7 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
$("#grid-primary-domains").UIBootgrid({
|
||||
'search': '/api/bind/domain/searchPrimaryDomain',
|
||||
'search': '/api/bind/domain/search_primary_domain',
|
||||
'get': '/api/bind/domain/get_domain/',
|
||||
'set': '/api/bind/domain/set_domain/',
|
||||
'add': '/api/bind/domain/add_primary_domain/',
|
||||
@@ -414,7 +414,7 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
$("#grid-secondary-domains").UIBootgrid({
|
||||
'search': '/api/bind/domain/searchSecondaryDomain',
|
||||
'search': '/api/bind/domain/search_secondary_domain',
|
||||
'get': '/api/bind/domain/get_domain/',
|
||||
'set': '/api/bind/domain/set_domain/',
|
||||
'add': '/api/bind/domain/add_secondary_domain/',
|
||||
@@ -434,7 +434,7 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
$("#grid-primary-records").UIBootgrid({
|
||||
'search': '/api/bind/record/searchRecord',
|
||||
'search': '/api/bind/record/search_record',
|
||||
'get': '/api/bind/record/get_record/',
|
||||
'set': '/api/bind/record/set_record/',
|
||||
'add': '/api/bind/record/add_record/',
|
||||
|
||||
@@ -186,7 +186,7 @@ $( document ).ready(function() {
|
||||
});
|
||||
|
||||
$("#grid-forwards").UIBootgrid(
|
||||
{ 'search':'/api/dnscryptproxy/forward/searchForward',
|
||||
{ 'search':'/api/dnscryptproxy/forward/search_forward',
|
||||
'get':'/api/dnscryptproxy/forward/get_forward/',
|
||||
'set':'/api/dnscryptproxy/forward/set_forward/',
|
||||
'add':'/api/dnscryptproxy/forward/add_forward/',
|
||||
@@ -196,7 +196,7 @@ $( document ).ready(function() {
|
||||
);
|
||||
|
||||
$("#grid-cloaks").UIBootgrid(
|
||||
{ 'search':'/api/dnscryptproxy/cloak/searchCloak',
|
||||
{ 'search':'/api/dnscryptproxy/cloak/search_cloak',
|
||||
'get':'/api/dnscryptproxy/cloak/get_cloak/',
|
||||
'set':'/api/dnscryptproxy/cloak/set_cloak/',
|
||||
'add':'/api/dnscryptproxy/cloak/add_cloak/',
|
||||
@@ -206,7 +206,7 @@ $( document ).ready(function() {
|
||||
);
|
||||
|
||||
$("#grid-whitelists").UIBootgrid(
|
||||
{ 'search':'/api/dnscryptproxy/whitelist/searchWhitelist',
|
||||
{ 'search':'/api/dnscryptproxy/whitelist/search_whitelist',
|
||||
'get':'/api/dnscryptproxy/whitelist/get_whitelist/',
|
||||
'set':'/api/dnscryptproxy/whitelist/set_whitelist/',
|
||||
'add':'/api/dnscryptproxy/whitelist/add_whitelist/',
|
||||
@@ -216,7 +216,7 @@ $( document ).ready(function() {
|
||||
);
|
||||
|
||||
$("#grid-servers").UIBootgrid(
|
||||
{ 'search':'/api/dnscryptproxy/server/searchServer',
|
||||
{ 'search':'/api/dnscryptproxy/server/search_server',
|
||||
'get':'/api/dnscryptproxy/server/get_server/',
|
||||
'set':'/api/dnscryptproxy/server/set_server/',
|
||||
'add':'/api/dnscryptproxy/server/add_server/',
|
||||
|
||||
@@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
*************************************************************************************************************/
|
||||
|
||||
$("#grid-addresses").UIBootgrid(
|
||||
{ 'search':'/api/postfix/address/searchAddress',
|
||||
{ 'search':'/api/postfix/address/search_address',
|
||||
'get':'/api/postfix/address/get_address/',
|
||||
'set':'/api/postfix/address/set_address/',
|
||||
'add':'/api/postfix/address/add_address/',
|
||||
|
||||
@@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
*************************************************************************************************************/
|
||||
|
||||
$("#grid-domains").UIBootgrid(
|
||||
{ 'search':'/api/postfix/domain/searchDomain',
|
||||
{ 'search':'/api/postfix/domain/search_domain',
|
||||
'get':'/api/postfix/domain/get_domain/',
|
||||
'set':'/api/postfix/domain/set_domain/',
|
||||
'add':'/api/postfix/domain/add_domain/',
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
*************************************************************************************************************/
|
||||
|
||||
$("#grid-headerchecks").UIBootgrid(
|
||||
{ 'search':'/api/postfix/headerchecks/searchHeaderchecks',
|
||||
{ 'search':'/api/postfix/headerchecks/search_headerchecks',
|
||||
'get':'/api/postfix/headerchecks/get_headercheck/',
|
||||
'set':'/api/postfix/headerchecks/set_headercheck/',
|
||||
'add':'/api/postfix/headerchecks/add_headercheck/',
|
||||
|
||||
@@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
*************************************************************************************************************/
|
||||
|
||||
$("#grid-recipients").UIBootgrid(
|
||||
{ 'search':'/api/postfix/recipient/searchRecipient',
|
||||
{ 'search':'/api/postfix/recipient/search_recipient',
|
||||
'get':'/api/postfix/recipient/get_recipient/',
|
||||
'set':'/api/postfix/recipient/set_recipient/',
|
||||
'add':'/api/postfix/recipient/add_recipient/',
|
||||
|
||||
@@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
*************************************************************************************************************/
|
||||
|
||||
$("#grid-recipientbccs").UIBootgrid(
|
||||
{ 'search':'/api/postfix/recipientbcc/searchRecipientbcc',
|
||||
{ 'search':'/api/postfix/recipientbcc/search_recipientbcc',
|
||||
'get':'/api/postfix/recipientbcc/get_recipientbcc/',
|
||||
'set':'/api/postfix/recipientbcc/set_recipientbcc/',
|
||||
'add':'/api/postfix/recipientbcc/add_recipientbcc/',
|
||||
|
||||
@@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
*************************************************************************************************************/
|
||||
|
||||
$("#grid-senders").UIBootgrid(
|
||||
{ 'search':'/api/postfix/sender/searchSender',
|
||||
{ 'search':'/api/postfix/sender/search_sender',
|
||||
'get':'/api/postfix/sender/get_sender/',
|
||||
'set':'/api/postfix/sender/set_sender/',
|
||||
'add':'/api/postfix/sender/add_sender/',
|
||||
|
||||
@@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
*************************************************************************************************************/
|
||||
|
||||
$("#grid-senderbccs").UIBootgrid(
|
||||
{ 'search':'/api/postfix/senderbcc/searchSenderbcc',
|
||||
{ 'search':'/api/postfix/senderbcc/search_senderbcc',
|
||||
'get':'/api/postfix/senderbcc/get_senderbcc/',
|
||||
'set':'/api/postfix/senderbcc/set_senderbcc/',
|
||||
'add':'/api/postfix/senderbcc/add_senderbcc/',
|
||||
|
||||
@@ -36,7 +36,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
*************************************************************************************************************/
|
||||
|
||||
$("#grid-sendercanonicals").UIBootgrid(
|
||||
{ 'search':'/api/postfix/sendercanonical/searchSendercanonical',
|
||||
{ 'search':'/api/postfix/sendercanonical/search_sendercanonical',
|
||||
'get':'/api/postfix/sendercanonical/get_sendercanonical/',
|
||||
'set':'/api/postfix/sendercanonical/set_sendercanonical/',
|
||||
'add':'/api/postfix/sendercanonical/add_sendercanonical/',
|
||||
|
||||
@@ -89,7 +89,7 @@ $( document ).ready(function() {
|
||||
});
|
||||
|
||||
$("#grid-users").UIBootgrid(
|
||||
{ 'search':'/api/netsnmp/user/searchUser',
|
||||
{ 'search':'/api/netsnmp/user/search_user',
|
||||
'get':'/api/netsnmp/user/get_user/',
|
||||
'set':'/api/netsnmp/user/set_user/',
|
||||
'add':'/api/netsnmp/user/add_user/',
|
||||
|
||||
@@ -86,7 +86,7 @@ $(function() {
|
||||
});
|
||||
|
||||
$("#grid-command").UIBootgrid(
|
||||
{ 'search':'/api/nrpe/command/searchCommand',
|
||||
{ 'search':'/api/nrpe/command/search_command',
|
||||
'get':'/api/nrpe/command/get_command/',
|
||||
'set':'/api/nrpe/command/set_command/',
|
||||
'add':'/api/nrpe/command/add_command/',
|
||||
|
||||
@@ -84,7 +84,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
updateServiceControlUI('telegraf');
|
||||
|
||||
$("#grid-keys").UIBootgrid(
|
||||
{ 'search':'/api/telegraf/key/searchKey',
|
||||
{ 'search':'/api/telegraf/key/search_key',
|
||||
'get':'/api/telegraf/key/get_key/',
|
||||
'set':'/api/telegraf/key/set_key/',
|
||||
'add':'/api/telegraf/key/add_key/',
|
||||
|
||||
@@ -41,7 +41,7 @@ $( document ).ready(function() {
|
||||
**********************************************************************/
|
||||
|
||||
$("#grid-userparameters").UIBootgrid(
|
||||
{ search:'/api/zabbixagent/settings/searchUserparameters',
|
||||
{ search:'/api/zabbixagent/settings/search_userparameters',
|
||||
get:'/api/zabbixagent/settings/get_userparameter/',
|
||||
set:'/api/zabbixagent/settings/set_userparameter/',
|
||||
add:'/api/zabbixagent/settings/add_userparameter/',
|
||||
@@ -54,7 +54,7 @@ $( document ).ready(function() {
|
||||
);
|
||||
|
||||
$("#grid-aliases").UIBootgrid(
|
||||
{ search:'/api/zabbixagent/settings/searchAliases',
|
||||
{ search:'/api/zabbixagent/settings/search_aliases',
|
||||
get:'/api/zabbixagent/settings/get_alias/',
|
||||
set:'/api/zabbixagent/settings/set_alias/',
|
||||
add:'/api/zabbixagent/settings/add_alias/',
|
||||
|
||||
@@ -37,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
*************************************************************************************************************/
|
||||
|
||||
$("#grid-clients").UIBootgrid(
|
||||
{ 'search':'/api/freeradius/client/searchClient',
|
||||
{ 'search':'/api/freeradius/client/search_client',
|
||||
'get':'/api/freeradius/client/get_client/',
|
||||
'set':'/api/freeradius/client/set_client/',
|
||||
'add':'/api/freeradius/client/add_client/',
|
||||
|
||||
@@ -37,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
*************************************************************************************************************/
|
||||
|
||||
$("#grid-dhcps").UIBootgrid(
|
||||
{ 'search':'/api/freeradius/dhcp/searchDhcp',
|
||||
{ 'search':'/api/freeradius/dhcp/search_dhcp',
|
||||
'get':'/api/freeradius/dhcp/get_dhcp/',
|
||||
'set':'/api/freeradius/dhcp/set_dhcp/',
|
||||
'add':'/api/freeradius/dhcp/add_dhcp/',
|
||||
|
||||
@@ -37,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
*************************************************************************************************************/
|
||||
|
||||
$("#grid-leases").UIBootgrid(
|
||||
{ 'search':'/api/freeradius/lease/searchLease',
|
||||
{ 'search':'/api/freeradius/lease/search_lease',
|
||||
'get':'/api/freeradius/lease/get_lease/',
|
||||
'set':'/api/freeradius/lease/set_lease/',
|
||||
'add':'/api/freeradius/lease/add_lease/',
|
||||
|
||||
@@ -43,7 +43,7 @@ $( document ).ready(function() {
|
||||
*************************************************************************************************************/
|
||||
|
||||
$("#grid-homeservers").UIBootgrid(
|
||||
{ 'search':'/api/freeradius/proxy/searchHomeserver',
|
||||
{ 'search':'/api/freeradius/proxy/search_homeserver',
|
||||
'get':'/api/freeradius/proxy/get_homeserver/',
|
||||
'set':'/api/freeradius/proxy/set_homeserver/',
|
||||
'add':'/api/freeradius/proxy/add_homeserver/',
|
||||
@@ -55,7 +55,7 @@ $( document ).ready(function() {
|
||||
}
|
||||
);
|
||||
$("#grid-homeserverpools").UIBootgrid(
|
||||
{ 'search':'/api/freeradius/proxy/searchHomeserverpool',
|
||||
{ 'search':'/api/freeradius/proxy/search_homeserverpool',
|
||||
'get':'/api/freeradius/proxy/get_homeserverpool/',
|
||||
'set':'/api/freeradius/proxy/set_homeserverpool/',
|
||||
'add':'/api/freeradius/proxy/add_homeserverpool/',
|
||||
@@ -67,7 +67,7 @@ $( document ).ready(function() {
|
||||
}
|
||||
);
|
||||
$("#grid-realms").UIBootgrid(
|
||||
{ 'search':'/api/freeradius/proxy/searchRealm',
|
||||
{ 'search':'/api/freeradius/proxy/search_realm',
|
||||
'get':'/api/freeradius/proxy/get_realm/',
|
||||
'set':'/api/freeradius/proxy/set_realm/',
|
||||
'add':'/api/freeradius/proxy/add_realm/',
|
||||
|
||||
@@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
updateServiceControlUI('freeradius');
|
||||
|
||||
$("#grid-users").UIBootgrid(
|
||||
{ 'search':'/api/freeradius/user/searchUser',
|
||||
{ 'search':'/api/freeradius/user/search_user',
|
||||
'get':'/api/freeradius/user/get_user/',
|
||||
'set':'/api/freeradius/user/set_user/',
|
||||
'add':'/api/freeradius/user/add_user/',
|
||||
@@ -43,7 +43,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
);
|
||||
|
||||
$("#grid-avpairs").UIBootgrid(
|
||||
{ 'search':'/api/freeradius/avpair/searchAvpair',
|
||||
{ 'search':'/api/freeradius/avpair/search_avpair',
|
||||
'get':'/api/freeradius/avpair/get_avpair/',
|
||||
'set':'/api/freeradius/avpair/set_avpair/',
|
||||
'add':'/api/freeradius/avpair/add_avpair/',
|
||||
|
||||
@@ -37,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
});
|
||||
|
||||
$("#{{formGridEditBFDNeighbor['table_id']}}").UIBootgrid({
|
||||
'search':'/api/quagga/bfd/searchNeighbor',
|
||||
'search':'/api/quagga/bfd/search_neighbor',
|
||||
'get':'/api/quagga/bfd/get_neighbor/',
|
||||
'set':'/api/quagga/bfd/set_neighbor/',
|
||||
'add':'/api/quagga/bfd/add_neighbor/',
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user