bootgrid: Sweep rowcount as default has been increased in baa1730b1a (#4916)

This commit is contained in:
Monviech 2025-08-29 14:40:53 +02:00 committed by GitHub
parent 8fc13983c9
commit ceace150e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 0 additions and 30 deletions

View file

@ -34,7 +34,6 @@
sorting:false,
rowSelect: false,
selection: false,
rowCount:[20,50,100,200,500,1000,-1],
},
search:'/api/diagnostics/log/named/query'
});
@ -45,7 +44,6 @@
sorting:false,
rowSelect: false,
selection: false,
rowCount:[20,50,100,200,500,1000,-1],
},
search:'/api/diagnostics/log/named/rpz'
});

View file

@ -48,7 +48,6 @@ $( document ).ready(function() {
del:'/api/zabbixagent/settings/del_userparameter/',
toggle:'/api/zabbixagent/settings/toggle_userparameter/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -61,7 +60,6 @@ $( document ).ready(function() {
del:'/api/zabbixagent/settings/del_alias/',
toggle:'/api/zabbixagent/settings/toggle_alias/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);

View file

@ -50,7 +50,6 @@ $( document ).ready(function() {
'del':'/api/freeradius/proxy/del_homeserver/',
'toggle':'/api/freeradius/proxy/toggle_homeserver/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -62,7 +61,6 @@ $( document ).ready(function() {
'del':'/api/freeradius/proxy/del_homeserverpool/',
'toggle':'/api/freeradius/proxy/toggle_homeserverpool/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -74,7 +72,6 @@ $( document ).ready(function() {
'del':'/api/freeradius/proxy/del_realm/',
'toggle':'/api/freeradius/proxy/toggle_realm/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);

View file

@ -56,7 +56,6 @@ POSSIBILITY OF SUCH DAMAGE.
del:'/api/haproxy/settings/del_frontend/',
toggle:'/api/haproxy/settings/toggle_frontend/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -69,7 +68,6 @@ POSSIBILITY OF SUCH DAMAGE.
del:'/api/haproxy/settings/del_backend/',
toggle:'/api/haproxy/settings/toggle_backend/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -82,7 +80,6 @@ POSSIBILITY OF SUCH DAMAGE.
del:'/api/haproxy/settings/del_server/',
toggle:'/api/haproxy/settings/toggle_server/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -94,7 +91,6 @@ POSSIBILITY OF SUCH DAMAGE.
add:'/api/haproxy/settings/add_healthcheck/',
del:'/api/haproxy/settings/del_healthcheck/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -106,7 +102,6 @@ POSSIBILITY OF SUCH DAMAGE.
add:'/api/haproxy/settings/add_action/',
del:'/api/haproxy/settings/del_action/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -118,7 +113,6 @@ POSSIBILITY OF SUCH DAMAGE.
add:'/api/haproxy/settings/add_acl/',
del:'/api/haproxy/settings/del_acl/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -131,7 +125,6 @@ POSSIBILITY OF SUCH DAMAGE.
del:'/api/haproxy/settings/del_user/',
toggle:'/api/haproxy/settings/toggle_user/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -144,7 +137,6 @@ POSSIBILITY OF SUCH DAMAGE.
del:'/api/haproxy/settings/del_group/',
toggle:'/api/haproxy/settings/toggle_group/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -157,7 +149,6 @@ POSSIBILITY OF SUCH DAMAGE.
del:'/api/haproxy/settings/del_lua/',
toggle:'/api/haproxy/settings/toggle_lua/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -169,7 +160,6 @@ POSSIBILITY OF SUCH DAMAGE.
add:'/api/haproxy/settings/add_fcgi/',
del:'/api/haproxy/settings/del_fcgi/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -181,7 +171,6 @@ POSSIBILITY OF SUCH DAMAGE.
add:'/api/haproxy/settings/add_errorfile/',
del:'/api/haproxy/settings/del_errorfile/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -193,7 +182,6 @@ POSSIBILITY OF SUCH DAMAGE.
add:'/api/haproxy/settings/add_mapfile/',
del:'/api/haproxy/settings/del_mapfile/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -206,7 +194,6 @@ POSSIBILITY OF SUCH DAMAGE.
del:'/api/haproxy/settings/del_cpu/',
toggle:'/api/haproxy/settings/toggle_cpu/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -219,7 +206,6 @@ POSSIBILITY OF SUCH DAMAGE.
del:'/api/haproxy/settings/del_resolver/',
toggle:'/api/haproxy/settings/toggle_resolver/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);
@ -232,7 +218,6 @@ POSSIBILITY OF SUCH DAMAGE.
del:'/api/haproxy/settings/del_mailer/',
toggle:'/api/haproxy/settings/toggle_mailer/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);

View file

@ -182,7 +182,6 @@ POSSIBILITY OF SUCH DAMAGE.
selection: true,
multiSelect: true,
keepSelection: true,
rowCount:[10,25,50,100,500,1000],
searchSettings: {
delay: 250,
characters: 1
@ -292,7 +291,6 @@ POSSIBILITY OF SUCH DAMAGE.
selection: true,
multiSelect: true,
keepSelection: true,
rowCount:[10,25,50,100,500,1000],
searchSettings: {
delay: 250,
characters: 1

View file

@ -49,7 +49,6 @@ POSSIBILITY OF SUCH DAMAGE.
ajax: true,
selection: true,
multiSelect: true,
rowCount:[10,25,50,100,500,1000],
url: '/api/acmeclient/accounts/search',
formatters: {
"commands": function (column, row) {

View file

@ -43,7 +43,6 @@ POSSIBILITY OF SUCH DAMAGE.
del:'/api/acmeclient/actions/del/',
toggle:'/api/acmeclient/actions/toggle/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);

View file

@ -56,7 +56,6 @@ POSSIBILITY OF SUCH DAMAGE.
ajax: true,
selection: true,
multiSelect: true,
rowCount:[10,25,50,100,500,1000],
url: '/api/acmeclient/certificates/search',
formatters: {
"commands": function (column, row) {

View file

@ -35,7 +35,6 @@
sorting:false,
rowSelect: false,
selection: false,
rowCount:[20,50,100,200,500,1000,-1],
requestHandler: function(request){
// Show only log entries that match 'AcmeClient'
request['searchPhrase'] = 'acmeclient';
@ -51,7 +50,6 @@
sorting:false,
rowSelect: false,
selection: false,
rowCount:[20,50,100,200,500,1000,-1],
},
search:'/api/diagnostics/log/core/acmeclient'
});

View file

@ -43,7 +43,6 @@ POSSIBILITY OF SUCH DAMAGE.
del:'/api/acmeclient/validations/del/',
toggle:'/api/acmeclient/validations/toggle/',
options: {
rowCount:[10,25,50,100,500,1000]
}
}
);