You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by hs...@apache.org on 2022/06/18 06:39:45 UTC

[incubator-datalab] 01/01: changed routing path for users component

This is an automated email from the ASF dual-hosted git repository.

hshpak pushed a commit to branch fix/DATALAB-2854/keep-consistent-in-page-naming
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 78a2d5d824b1cb2b780bcd95f641417bf8135307
Author: Hennadii_Shpak <bo...@gmail.com>
AuthorDate: Sat Jun 18 09:39:30 2022 +0300

    changed routing path for users component
---
 .../src/main/resources/webapp/src/app/app.routing.module.ts             | 2 +-
 .../main/resources/webapp/src/app/shared/navbar/navbar.component.html   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/app.routing.module.ts b/services/self-service/src/main/resources/webapp/src/app/app.routing.module.ts
index 09c84932c..8cc601782 100644
--- a/services/self-service/src/main/resources/webapp/src/app/app.routing.module.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/app.routing.module.ts
@@ -79,7 +79,7 @@ const routes: Routes = [
       //   component: OdahuComponent,
       //   canActivate: [AuthorizationGuard, AdminGuard],
       // }, {
-        path: 'roles',
+        path: 'users',
         component: RolesComponent,
         canActivate: [AuthorizationGuard, AdminGuard],
       },
diff --git a/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.html b/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.html
index d86ca1525..4ec0819a6 100644
--- a/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.html
+++ b/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.html
@@ -161,7 +161,7 @@
             <a
               class="sub-nav-item"
               [style.margin-left.px]="isExpanded ? '30' : '0'"
-              [routerLink]="['/roles']"
+              [routerLink]="['/users']"
               [routerLinkActive]="['active']"
               [routerLinkActiveOptions]="{exact:true}"
             >


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org