1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-21 00:02:59 +03:00

Added status of certificates to the certificate list and show on which domain names the certificates are in use

This commit is contained in:
Julian Gassner
2024-12-04 03:45:56 +01:00
parent 8351dd41f6
commit 080bd0b749
10 changed files with 96 additions and 27 deletions

View File

@ -19,7 +19,7 @@ module.exports = Mn.View.extend({
events: {
'click @ui.save': function (e) {
'submit @ui.form': function (e) {
e.preventDefault();
this.ui.error.hide();
let view = this;