admin/monitoring: log renamed in "live log"
Massimo Melina committed
Nov 19, 2024 at 23:08 UTC
d3d4f0782edaa79b3a8a5d39817684f5b9b44297
2 files changed
+2
-2
admin/src/MonitorPage.ts
+1
-1
@@ -138,7 +138,7 @@ function Connections() {
138
}),
139
),
140
logAble && h(Flex, { flex: 1, justifyContent: 'space-between' },
141
- wantLog ? "Latest requests" : h(Box),
141
+ wantLog ? "Live log" : h(Box),
142
wantLogButton),
143
),
144
h(Grid, { container: true, flex: 1, columnSpacing: 1 },
src/nat.ts
+1
-1
@@ -30,7 +30,7 @@ const originalMethod = upnpClient.getGateway
30
// other client methods call getGateway too, so this will ensure they reuse this same result
31
upnpClient.getGateway = debounceAsync(() => originalMethod.apply(upnpClient), { retain: HOUR, retainFailure: 30_000 })
32
upnpClient.getGateway().then(res => {
33
- console.log('upnp', res.gateway.description)
33
+ console.log("upnp found", res.gateway.description)
34
}, e => console.debug('upnp failed:', e.message || String(e)))
35
36
// poll external ip