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