diff --git a/build.gradle b/build.gradle index 577d3a311..90c509720 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ sourceSets { allprojects { group = 'stirling.software' - version = '0.47.0' + version = '1.0.0' configurations.configureEach { exclude group: 'commons-logging', module: 'commons-logging' diff --git a/proprietary/src/main/java/stirling/software/proprietary/security/controller/web/TeamWebController.java b/proprietary/src/main/java/stirling/software/proprietary/security/controller/web/TeamWebController.java index 96832c0ab..922ad57f8 100644 --- a/proprietary/src/main/java/stirling/software/proprietary/security/controller/web/TeamWebController.java +++ b/proprietary/src/main/java/stirling/software/proprietary/security/controller/web/TeamWebController.java @@ -59,7 +59,7 @@ public class TeamWebController { model.addAttribute("teamsWithCounts", teamsWithCounts); model.addAttribute("teamLastRequest", teamLastRequest); - return "enterprise/teams"; + return "accounts/teams"; } @GetMapping("/{id}") @@ -100,6 +100,6 @@ public class TeamWebController { model.addAttribute("teamUsers", teamUsers); model.addAttribute("availableUsers", availableUsers); model.addAttribute("userLastRequest", userLastRequest); - return "enterprise/team-details"; + return "accounts/team-details"; } } diff --git a/proprietary/src/main/resources/templates/enterprise/team-details.html b/proprietary/src/main/resources/templates/accounts/team-details.html similarity index 100% rename from proprietary/src/main/resources/templates/enterprise/team-details.html rename to proprietary/src/main/resources/templates/accounts/team-details.html diff --git a/proprietary/src/main/resources/templates/enterprise/teams.html b/proprietary/src/main/resources/templates/accounts/teams.html similarity index 99% rename from proprietary/src/main/resources/templates/enterprise/teams.html rename to proprietary/src/main/resources/templates/accounts/teams.html index eb81d207e..4d7c9f6a5 100644 --- a/proprietary/src/main/resources/templates/enterprise/teams.html +++ b/proprietary/src/main/resources/templates/accounts/teams.html @@ -1,4 +1,3 @@ -