Show grants on instance info page
This commit is contained in:
parent
69b6579de7
commit
dab7a5c4ae
4 changed files with 69 additions and 1 deletions
|
|
@ -37,6 +37,7 @@ type WissKI struct {
|
|||
Prefixes []string // list of prefixes
|
||||
Pathbuilders map[string]string // all the pathbuilders
|
||||
Users []User // all the known users
|
||||
Grants []models.Grant
|
||||
}
|
||||
|
||||
// Statistics holds statistics generated by the WissKI module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue