Skip to content

Commit

Permalink
[Stack Management] Converted to use KibanaPageTemplate (sort of) (#10…
Browse files Browse the repository at this point in the history
…1335) (#101617)

* Just replace the old wrapper and uses the `solutionNav` prop
* Examples of: Empty Page, Error state, Page Header, and Split Panel
  • Loading branch information
cchaos authored Jun 8, 2021
1 parent ecc3a30 commit b118e40
Show file tree
Hide file tree
Showing 18 changed files with 793 additions and 820 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
"section": "def-public.ImAType",
"text": "ImAType"
},
", e?: string | undefined) => ",
", e: string | undefined) => ",
{
"pluginId": "pluginA",
"scope": "public",
Expand Down
6 changes: 6 additions & 0 deletions src/core/public/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@
.euiBody--collapsibleNavIsDocked .euiBottomBar {
margin-left: $euiCollapsibleNavWidth;
}

// Temporary fix for EuiPageHeader with a bottom border but no tabs or padding
// Will fix in EUI -- @cchaos
.euiPageHeader--bottomBorder:not(.euiPageHeader--tabsAtBottom):not([class*='euiPageHeader--padding']) {
padding-bottom: $euiSizeL;
}
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ export class AdvancedSettings extends Component<AdvancedSettingsProps, AdvancedS
dockLinks={this.props.dockLinks}
toasts={this.props.toasts}
trackUiMetric={this.props.trackUiMetric}
queryText={query.text}
/>
<PageFooter
toasts={this.props.toasts}
Expand Down
Loading

0 comments on commit b118e40

Please sign in to comment.