Skip to content

Commit

Permalink
revise the tags of Interrogation Services (#20049)
Browse files Browse the repository at this point in the history
Signed-off-by: xuelichao <xuel@vmware.com>
Co-authored-by: Wang Yan <wangyan@vmware.com>
  • Loading branch information
xuelichao and wy65701436 authored Feb 29, 2024
1 parent 29cdc39 commit d79e4b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ <h2 class="custom-h2" sub-header-title>
<li class="nav-item">
<a
class="nav-link"
routerLink="scanners"
routerLink="security-hub"
routerLinkActive="active"
>{{ 'SCANNER.SCANNERS' | translate }}</a
>{{ 'SECURITY_HUB.SECURITY_HUB' | translate }}</a
>
</li>
<li class="nav-item">
<a
class="nav-link"
routerLink="vulnerability"
routerLink="scanners"
routerLinkActive="active"
>{{ 'CONFIG.VULNERABILITY' | translate }}</a
>{{ 'SCANNER.SCANNERS' | translate }}</a
>
</li>
<li class="nav-item">
<a
class="nav-link"
routerLink="security-hub"
routerLink="vulnerability"
routerLinkActive="active"
>{{ 'SECURITY_HUB.SECURITY_HUB' | translate }}</a
>{{ 'CONFIG.VULNERABILITY' | translate }}</a
>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const routes: Routes = [
},
{
path: '',
redirectTo: 'scanners',
redirectTo: 'security-hub',
pathMatch: 'full',
},
],
Expand Down

0 comments on commit d79e4b1

Please sign in to comment.