@samitouri / QOSami-HFS / commits / b9c9b587

ux: admin/monitoring: make it clear that "IPs" is for currently connected

Massimo Melina committed Jul 4, 2024 at 18:46 UTC b9c9b58786888188df6a3963c4b2f7f179aa0e37
1 file changed +1 -1
admin/src/MonitorPage.ts
+1 -1
@@ -47,9 +47,9 @@ function MoreInfo() {
47 .then(yes => yes && apiCall('clear_persistent', { k: ['totalSent', 'totalGot'] })
48 .then(() => alertDialog("Done", 'success'), alertDialog) )
49 }),
50 - (allInfo || sm) && pair('ips', { label: "IPs" }),
50 pair('outSpeed', { label: "Output", render: formatSpeedK, minWidth: '8.5em' }),
51 pair('inSpeed', { label: "Input", render: formatSpeedK, minWidth: '8.5em' }),
52 + (allInfo || sm) && pair('ips', { label: "IPs", title: () => "Currently connected" }),
53 (md || allInfo && md || status?.http?.error) && pair('http', { label: "HTTP", render: port }),
54 (md || allInfo && md || status?.https?.error) && pair('https', { label: "HTTPS", render: port }),
55 !md && h(IconBtn, {