diff --git a/httpd/web.go b/httpd/web.go index 2bc0be9b..a6b0ee9c 100644 --- a/httpd/web.go +++ b/httpd/web.go @@ -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, diff --git a/templates/users.html b/templates/users.html index 46382e35..9c93bc00 100644 --- a/templates/users.html +++ b/templates/users.html @@ -14,6 +14,10 @@
+ +