security/acme-client: fix missing log entries in GUI

This commit is contained in:
Frank Wall
2024-07-27 22:18:27 +02:00
parent e7532ede03
commit 296382b5f5
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -8,6 +8,9 @@ WWW: https://github.com/acmesh-official/acme.sh
Plugin Changelog
================
Fixed:
* fix empty System Log
4.4
Fixed:
@@ -1,4 +1,5 @@
{#
# Copyright (c) 2024 Frank Wall
# Copyright (c) 2019 Deciso B.V.
# All rights reserved.
#
@@ -37,7 +38,7 @@
rowCount:[20,50,100,200,500,1000,-1],
requestHandler: function(request){
// Show only log entries that match 'AcmeClient'
request['searchPhrase'] = 'AcmeClient';
request['searchPhrase'] = 'acmeclient';
return request;
},
},