web: add quota scan support

This commit is contained in:
Nicola Murino
2019-10-13 12:07:22 +02:00
parent 62224debd2
commit 587c8a0347
2 changed files with 49 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ type basePage struct {
UserURL string
APIUserURL string
APIConnectionsURL string
APIQuotaScanURL string
ConnectionsURL string
UsersTitle string
ConnectionsTitle string
@@ -104,6 +105,7 @@ func getBasePageData(title, currentURL string) basePage {
UserURL: webUserPath,
APIUserURL: userPath,
APIConnectionsURL: activeConnectionsPath,
APIQuotaScanURL: quotaScanPath,
ConnectionsURL: webConnectionsPath,
UsersTitle: pageUsersTitle,
ConnectionsTitle: pageConnectionsTitle,