mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-04 17:35:15 +00:00
Access list modal polish
This commit is contained in:
@@ -67,8 +67,8 @@ export interface AccessListItem {
|
||||
accessListId?: number;
|
||||
username: string;
|
||||
password: string;
|
||||
meta: Record<string, any>;
|
||||
hint: string;
|
||||
meta?: Record<string, any>;
|
||||
hint?: string;
|
||||
}
|
||||
|
||||
export type AccessListClient = {
|
||||
@@ -78,7 +78,7 @@ export type AccessListClient = {
|
||||
accessListId?: number;
|
||||
address: string;
|
||||
directive: "allow" | "deny";
|
||||
meta: Record<string, any>;
|
||||
meta?: Record<string, any>;
|
||||
};
|
||||
|
||||
export interface Certificate {
|
||||
|
||||
Reference in New Issue
Block a user