feat: add name field to ProxyHost and implement sorting functionality in ProxyHosts and CertificateList components

This commit is contained in:
Wikid82
2025-11-25 02:50:32 +00:00
parent ea034ba102
commit cc6bc7d6d6
5 changed files with 164 additions and 13 deletions

View File

@@ -19,6 +19,7 @@ export interface Certificate {
export interface ProxyHost {
uuid: string;
name: string;
domain_names: string;
forward_scheme: string;
forward_host: string;