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 - - -
    -
  1. Client IP: {{ api.staffInfo.ip }}
  2. -
  3. Detected proxy ip: {{ api.staffInfo.ip_proxy }}
  4. -
-
- - - - - - Transports - - - UDS transports for this client - - -
    -
  1. {{ n }}
  2. -
-
- - - - - Networks - - - UDS networks for this IP - - - {{ n }}  - -
-
- \ No newline at end of file +

Information

+ + + + + IPs + + + Client IP + + +
    +
  1. Client IP: {{ api.staffInfo.ip }}
  2. +
  3. Detected proxy ip: {{ + api.staffInfo.ip_proxy }}
  4. +
+
+ + + + + + Transports + + + UDS transports for this client + + +
    +
  1. {{ n }}
  2. +
+
+ + + + + Networks + + + UDS networks for this IP + + +
    +
  1. {{ n }}
  2.   +
+
+
+ \ No newline at end of file