Show statistics on the public overview page

This commit is contained in:
Tom Wiesing 2022-11-16 17:00:10 +01:00
parent 964e74a9f4
commit bc1bf0db1c
No known key found for this signature in database
4 changed files with 47 additions and 15 deletions

View file

@ -73,7 +73,7 @@ func (home *Home) homeRender() ([]byte, error) {
i := i
wissKI := instance
eg.Go(func() (err error) {
context.Instances[i], err = wissKI.Info().Information(true)
context.Instances[i], err = wissKI.Info().Information(false)
return
})
}