mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-09-23 23:10:34 +00:00
Certificates react table basis
This commit is contained in:
@@ -406,10 +406,7 @@ const internalCertificate = {
|
||||
.query()
|
||||
.where("is_deleted", 0)
|
||||
.groupBy("id")
|
||||
.allowGraph("[owner]")
|
||||
.allowGraph("[proxy_hosts]")
|
||||
.allowGraph("[redirection_hosts]")
|
||||
.allowGraph("[dead_hosts]")
|
||||
.allowGraph("[owner,proxy_hosts,redirection_hosts,dead_hosts]")
|
||||
.orderBy("nice_name", "ASC");
|
||||
|
||||
if (accessData.permission_visibility !== "all") {
|
||||
|
Reference in New Issue
Block a user