feat: add name field to ProxyHost and implement sorting functionality in ProxyHosts and CertificateList components
This commit is contained in:
@@ -19,6 +19,7 @@ export interface Certificate {
|
||||
|
||||
export interface ProxyHost {
|
||||
uuid: string;
|
||||
name: string;
|
||||
domain_names: string;
|
||||
forward_scheme: string;
|
||||
forward_host: string;
|
||||
|
||||
Reference in New Issue
Block a user