feat(remote-ingress): Support auto-derived effective listen ports, make listenPorts optional, add toggle action and refine remote ingress creation/management UI
This commit is contained in:
@@ -12,6 +12,8 @@ export interface IRemoteIngress {
|
||||
tags?: string[];
|
||||
createdAt: number;
|
||||
updatedAt: number;
|
||||
/** Effective ports derived from route configs — only present in API responses. */
|
||||
effectiveListenPorts?: number[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user