|
|
@@ -73,37 +73,36 @@ const (
|
|
|
)
|
|
|
|
|
|
const (
|
|
|
- templateAdminDir = "webadmin"
|
|
|
- templateBase = "base.html"
|
|
|
- templateFsConfig = "fsconfig.html"
|
|
|
- templateSharedComponents = "sharedcomponents.html"
|
|
|
- templateUsers = "users.html"
|
|
|
- templateUser = "user.html"
|
|
|
- templateAdmins = "admins.html"
|
|
|
- templateAdmin = "admin.html"
|
|
|
- templateConnections = "connections.html"
|
|
|
- templateGroups = "groups.html"
|
|
|
- templateGroup = "group.html"
|
|
|
- templateFolders = "folders.html"
|
|
|
- templateFolder = "folder.html"
|
|
|
- templateEventRules = "eventrules.html"
|
|
|
- templateEventRule = "eventrule.html"
|
|
|
- templateEventActions = "eventactions.html"
|
|
|
- templateEventAction = "eventaction.html"
|
|
|
- templateRoles = "roles.html"
|
|
|
- templateRole = "role.html"
|
|
|
- templateEvents = "events.html"
|
|
|
- templateStatus = "status.html"
|
|
|
- templateDefender = "defender.html"
|
|
|
- templateIPLists = "iplists.html"
|
|
|
- templateIPList = "iplist.html"
|
|
|
- templateConfigs = "configs.html"
|
|
|
- templateProfile = "profile.html"
|
|
|
- templateMaintenance = "maintenance.html"
|
|
|
- templateMFA = "mfa.html"
|
|
|
- templateSetup = "adminsetup.html"
|
|
|
- defaultQueryLimit = 1000
|
|
|
- inversePatternType = "inverse"
|
|
|
+ templateAdminDir = "webadmin"
|
|
|
+ templateBase = "base.html"
|
|
|
+ templateFsConfig = "fsconfig.html"
|
|
|
+ templateUsers = "users.html"
|
|
|
+ templateUser = "user.html"
|
|
|
+ templateAdmins = "admins.html"
|
|
|
+ templateAdmin = "admin.html"
|
|
|
+ templateConnections = "connections.html"
|
|
|
+ templateGroups = "groups.html"
|
|
|
+ templateGroup = "group.html"
|
|
|
+ templateFolders = "folders.html"
|
|
|
+ templateFolder = "folder.html"
|
|
|
+ templateEventRules = "eventrules.html"
|
|
|
+ templateEventRule = "eventrule.html"
|
|
|
+ templateEventActions = "eventactions.html"
|
|
|
+ templateEventAction = "eventaction.html"
|
|
|
+ templateRoles = "roles.html"
|
|
|
+ templateRole = "role.html"
|
|
|
+ templateEvents = "events.html"
|
|
|
+ templateStatus = "status.html"
|
|
|
+ templateDefender = "defender.html"
|
|
|
+ templateIPLists = "iplists.html"
|
|
|
+ templateIPList = "iplist.html"
|
|
|
+ templateConfigs = "configs.html"
|
|
|
+ templateProfile = "profile.html"
|
|
|
+ templateMaintenance = "maintenance.html"
|
|
|
+ templateMFA = "mfa.html"
|
|
|
+ templateSetup = "adminsetup.html"
|
|
|
+ defaultQueryLimit = 1000
|
|
|
+ inversePatternType = "inverse"
|
|
|
)
|
|
|
|
|
|
var (
|