mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
web: add quota scan support
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user