mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
fix duplicate
This commit is contained in:
@@ -47,7 +47,6 @@ type JoinedRow = {
|
||||
niceId: string;
|
||||
name: string;
|
||||
ssl: boolean;
|
||||
niceId: string;
|
||||
fullDomain: string | null;
|
||||
passwordId: number | null;
|
||||
sso: boolean;
|
||||
@@ -81,6 +80,7 @@ export type ResourceWithTargets = {
|
||||
enabled: boolean;
|
||||
domainId: string | null;
|
||||
niceId: string;
|
||||
headerAuthId: number | null;
|
||||
targets: Array<{
|
||||
targetId: number;
|
||||
ip: string;
|
||||
|
||||
Reference in New Issue
Block a user