diff --git a/console/src/app/modules/accounts-card/accounts-card.component.ts b/console/src/app/modules/accounts-card/accounts-card.component.ts
index 9d2d670440..9ce7caea07 100644
--- a/console/src/app/modules/accounts-card/accounts-card.component.ts
+++ b/console/src/app/modules/accounts-card/accounts-card.component.ts
@@ -81,7 +81,7 @@ export class AccountsCardComponent implements OnInit {
public get isOnSystem(): boolean {
return (
- ['/system', '/views', '/failed-events', '/system/members', '/system/features'].includes(this.router.url) ||
+ ['/system', '/views', '/failed-events', '/system/members'].includes(this.router.url) ||
new RegExp('/system/policy/*').test(this.router.url)
);
}
diff --git a/console/src/app/modules/header/header.component.ts b/console/src/app/modules/header/header.component.ts
index e620bd4811..dfe26c0be8 100644
--- a/console/src/app/modules/header/header.component.ts
+++ b/console/src/app/modules/header/header.component.ts
@@ -65,7 +65,7 @@ export class HeaderComponent implements OnDestroy {
public get isOnSystem(): boolean {
return (
- ['/system', '/views', '/failed-events', '/system/members', '/system/features'].includes(this.router.url) ||
+ ['/system', '/views', '/failed-events', '/system/members'].includes(this.router.url) ||
new RegExp('/system/policy/*').test(this.router.url)
);
}
diff --git a/console/src/app/modules/info-section/info-section.component.html b/console/src/app/modules/info-section/info-section.component.html
index 7a27c8c467..3b81d0bec6 100644
--- a/console/src/app/modules/info-section/info-section.component.html
+++ b/console/src/app/modules/info-section/info-section.component.html
@@ -5,9 +5,4 @@
-
-
- {{'ACTIONS.GOTOFEATURES' | translate}}
-
-
-
\ No newline at end of file
+
diff --git a/console/src/app/modules/info-section/info-section.component.scss b/console/src/app/modules/info-section/info-section.component.scss
index d4e28b618d..e1e7cff165 100644
--- a/console/src/app/modules/info-section/info-section.component.scss
+++ b/console/src/app/modules/info-section/info-section.component.scss
@@ -29,23 +29,6 @@
padding: .25rem 0;
}
- .action {
- font-size: 14px;
- display: flex;
- align-items: center;
- text-decoration: none;
- margin-left: .5rem;
- border-radius: 50vw;
- align-self: center;
- padding: .25rem .5rem;
- background: if($is-dark-theme, #00000030, #ffffff40);
- font-weight: 600;
-
- i {
- font-size: 1.2rem;
- }
- }
-
&.info {
background-color: map-get($background, infosection);
color: map-get($foreground, infosection);
diff --git a/console/src/app/modules/info-section/info-section.component.ts b/console/src/app/modules/info-section/info-section.component.ts
index c85fd3e55e..79243f32ec 100644
--- a/console/src/app/modules/info-section/info-section.component.ts
+++ b/console/src/app/modules/info-section/info-section.component.ts
@@ -14,5 +14,4 @@ export enum InfoSectionType {
export class InfoSectionComponent {
@Input() type: InfoSectionType = InfoSectionType.INFO;
- @Input() featureLink: string | string[] = '';
}
diff --git a/console/src/app/modules/sidenav/sidenav.component.html b/console/src/app/modules/sidenav/sidenav.component.html
index d92d2ae043..20be546153 100644
--- a/console/src/app/modules/sidenav/sidenav.component.html
+++ b/console/src/app/modules/sidenav/sidenav.component.html
@@ -11,7 +11,7 @@
{{ 'USER.SETTINGS.TITLE' | translate }}
-
+