mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: fix SFTP buttons not visible, refs #2712
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user