Show statistics on the public overview page
This commit is contained in:
parent
964e74a9f4
commit
bc1bf0db1c
4 changed files with 47 additions and 15 deletions
|
|
@ -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
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue