security/acme-client: fix SFTP buttons not visible, refs #2712

This commit is contained in:
Frank Wall
2021-12-19 22:22:07 +01:00
parent da2004e414
commit 2b0c28f132
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -8,6 +8,11 @@ WWW: https://github.com/acmesh-official/acme.sh
Plugin Changelog
================
3.7
Fixed:
* fix SFTP buttons not visible (#2712)
3.6
Added:
@@ -96,7 +96,7 @@ POSSIBILITY OF SUCH DAMAGE.
(function ($identityType) {
var identityDiv = makeStatusDiv($identityType);
makeButton("{{ lang._('Show Identity') }}", "upload_sftp", "btn-info")
makeButton("{{ lang._('Show Identity') }}", "configd_upload_sftp", "btn-info")
.click(function () {
identityDiv.hide();
var button = $(this);
@@ -145,7 +145,7 @@ POSSIBILITY OF SUCH DAMAGE.
{msg: "{{ lang._('Test failed, see details.') }}"},
];
makeButton("{{ lang._('Test Connection') }}", "upload_sftp")
makeButton("{{ lang._('Test Connection') }}", "configd_upload_sftp")
.click(function () {
statusDiv.hide();
var button = $(this);