We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2e132 commit 5853f06Copy full SHA for 5853f06
pkg/shell/failures.tsx
@@ -41,7 +41,7 @@ export const EarlyFailure = () => {
41
42
return (
43
<div id="early-failure" className="early-failure">
44
- <Page>
+ <Page className='no-masthead-sidebar'>
45
<PageSection hasBodyWrapper={false} >
46
<EmptyStatePanel icon={ExclamationCircleIcon}
47
title={ _("Connection failed") }
0 commit comments