Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions frontend/public/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ root.render(<LoadingBox blame="Init" />);
// interceptor calls authSvc.handle401() which handles the redirect.
coFetch(`${window.SERVER_FLAGS.basePath}api/kubernetes/api`).catch(() => {});

// TODO: remove when upgrading to @xterm/xterm 7.0.0 - github.com/openshift/console/issues/16486
delete process.title;

initI18n();

// Disable linkify 'fuzzy links' across the app.
Expand Down