mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
(AcmeClient) change dialog style on successful test (warnings seems a bit off here)
This commit is contained in:
@@ -175,7 +175,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
});
|
||||
} else {
|
||||
BootstrapDialog.show({
|
||||
type: BootstrapDialog.TYPE_WARNING,
|
||||
type: BootstrapDialog.TYPE_INFO,
|
||||
title: "{{ lang._('acme-client config test result') }}",
|
||||
message: "{{ lang._('Your acme-client config contains no errors.') }}",
|
||||
draggable: true
|
||||
|
||||
Reference in New Issue
Block a user