summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorRutger Broekhoff2026-08-30 15:29:41 +0200
committerRutger Broekhoff2026-08-30 15:29:41 +0200
commit15bcf23f2e75f9c710eee3753d530ebefc5f78f1 (patch)
treef5291f804d63662f536b7f8bf6d7e099c88d0754 /web
parent5abc825cdfaa16580dd05045cdf9847ecd3fcd60 (diff)
downloadroutemon-15bcf23f2e75f9c710eee3753d530ebefc5f78f1.tar.gz
routemon-15bcf23f2e75f9c710eee3753d530ebefc5f78f1.zip
Another (at this point perhaps needless) optimization attempt
Diffstat (limited to 'web')
-rw-r--r--web/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.js b/web/index.js
index 5e7323b..d34f5b6 100644
--- a/web/index.js
+++ b/web/index.js
@@ -93,8 +93,8 @@ async function getSysinfo() {
93 "title": "Publicatietijdstip van ingeladen DATEX II-situatiepublicatie (van NDW)" }, 93 "title": "Publicatietijdstip van ingeladen DATEX II-situatiepublicatie (van NDW)" },
94 txt("Situatiepublicatie van")), 94 txt("Situatiepublicatie van")),
95 txt(new Date(res.using_publication_of).toLocaleString())], 95 txt(new Date(res.using_publication_of).toLocaleString())],
96 [txt("Grootte LSE-index"), 96 [txt("Grootte BLSE-index"),
97 txt(res.lse_index_size.toString())], 97 txt(res.blse_index_size.toString())],
98 [txt("Grootte puntenindex"), 98 [txt("Grootte puntenindex"),
99 txt(res.p_index_size.toString())], 99 txt(res.p_index_size.toString())],
100 ]; 100 ];