mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-17 23:14:33 +00:00
Add frontend support for the new clientca type
The frontend is modified to filter certificates from selector lists so only non-clientca certificate types can be set as server certificates.
This commit is contained in:
@ -263,7 +263,7 @@ module.exports = Mn.View.extend({
|
||||
}
|
||||
},
|
||||
load: function (query, callback) {
|
||||
App.Api.Nginx.Certificates.getAll()
|
||||
App.Api.Nginx.Certificates.getAllServerCertificates()
|
||||
.then(rows => {
|
||||
callback(rows);
|
||||
})
|
||||
|
Reference in New Issue
Block a user