mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: fix missing log entries in GUI
This commit is contained in:
@@ -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;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user