diff --git a/src/app/gui/components/staff-info/staff-info.component.html b/src/app/gui/components/staff-info/staff-info.component.html
index b50c32e..c63bb87 100644
--- a/src/app/gui/components/staff-info/staff-info.component.html
+++ b/src/app/gui/components/staff-info/staff-info.component.html
@@ -1,47 +1,49 @@
-
Information
-
-
-
-
- IPs
-
-
- Client IP
-
-
-
- - Client IP: {{ api.staffInfo.ip }}
- - Detected proxy ip: {{ api.staffInfo.ip_proxy }}
-
-
-
-
-
-
-
- Transports
-
-
- UDS transports for this client
-
-
-
- - {{ n }}
-
-
-
-
-
-
- Networks
-
-
- UDS networks for this IP
-
-
- {{ n }}
-
-
-
-
\ No newline at end of file
+ Information
+
+
+
+
+ IPs
+
+
+ Client IP
+
+
+
+ - Client IP: {{ api.staffInfo.ip }}
+ - Detected proxy ip: {{
+ api.staffInfo.ip_proxy }}
+
+
+
+
+
+
+
+ Transports
+
+
+ UDS transports for this client
+
+
+
+ - {{ n }}
+
+
+
+
+
+
+ Networks
+
+
+ UDS networks for this IP
+
+
+
+ - {{ n }}
+
+
+
+
\ No newline at end of file