web/server-info: refresh server info cache if endpoint changes

This commit is contained in:
wukko
2024-08-29 18:10:46 +06:00
parent f7da62e817
commit f0ce0ccef7
2 changed files with 15 additions and 4 deletions

View File

@ -15,7 +15,7 @@
if ($cachedInfo) {
loaded = true;
services = $cachedInfo.cobalt.services;
services = $cachedInfo.info.cobalt.services;
}
};
</script>