Skip to content

Commit

Permalink
add hideAllNamespaces in externalSettings func
Browse files Browse the repository at this point in the history
  • Loading branch information
avanish23 committed Oct 22, 2024
1 parent 0ea61af commit a68ab27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/web/src/settings/global/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export class GlobalSettingsComponent implements OnInit {
settings.logsAutoRefreshTimeInterval = this.settingsService_.getLogsAutoRefreshTimeInterval();
settings.resourceAutoRefreshTimeInterval = this.settingsService_.getResourceAutoRefreshTimeInterval();
settings.disableAccessDeniedNotifications = this.settingsService_.getDisableAccessDeniedNotifications();
settings.hideAllNamespaces = this.settingsService_.getHideAllNamespaces();
settings.defaultNamespace = this.settingsService_.getDefaultNamespace();
settings.namespaceFallbackList = this.settingsService_.getNamespaceFallbackList();

Expand Down

0 comments on commit a68ab27

Please sign in to comment.