Skip to content

Commit

Permalink
Merge pull request #1513 from appknox/PD-1267-Active-Section-Tab
Browse files Browse the repository at this point in the history
Bug Fix: Active Section Tab
  • Loading branch information
future-pirate-king authored Dec 27, 2024
2 parents fb6c306 + 7604280 commit 1846dbd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/components/appknox-wrapper/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ export default class AppknoxWrapperComponent extends Component<AppknoxWrapperSig
icon: 'receipt-long',
route: 'authenticated.dashboard.sbom.apps',
query: { app_offset: 0 },
currentWhen:
'authenticated.dashboard.sbom.apps authenticated.dashboard.sbom.app-scans authenticated.dashboard.sbom.scan-details',
currentWhen: 'authenticated.dashboard.sbom',
},
this.isShowAnalytics && {
label: this.intl.t('analytics'),
Expand All @@ -153,7 +152,7 @@ export default class AppknoxWrapperComponent extends Component<AppknoxWrapperSig
icon: 'people',
route: 'authenticated.dashboard.organization.namespaces',
currentWhen:
'authenticated.dashboard.organization.namespaces authenticated.dashboard.organization.users authenticated.dashboard.organization.teams authenticated.dashboard.organization-settings',
'authenticated.dashboard.organization.namespaces authenticated.dashboard.organization.users authenticated.dashboard.organization.teams authenticated.dashboard.organization-settings authenticated.dashboard.service-account-details authenticated.dashboard.service-account-create',
},
this.showPublicApiDocs && {
label: this.intl.t('apiDocumentation'),
Expand Down

0 comments on commit 1846dbd

Please sign in to comment.