added hostname to network status

This commit is contained in:
Proddy
2024-01-03 23:56:52 +01:00
parent d16e77bba3
commit 55ce551868

View File

@@ -33,6 +33,7 @@ export interface NetworkStatus {
gateway_ip: string;
dns_ip_1: string;
dns_ip_2: string;
hostname: string;
}
export interface NetworkSettings {