Skip to content

Commit

Permalink
Merge branch '7.x' into backport/7.x/pr-95991
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Apr 5, 2021
2 parents 1738678 + 317e1e4 commit 4a4dfc9
Show file tree
Hide file tree
Showing 94 changed files with 6,172 additions and 61 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"x-pack/plugins/uptime/server/lib/requests/helper.ts",
"x-pack/plugins/uptime/public/lib/helper/rtl_helpers.tsx",
"x-pack/plugins/uptime/public/lib/helper/enzyme_helpers.tsx",
"x-pack/plugins/observability/public/components/shared/exploratory_view/rtl_helpers.tsx",
"x-pack/plugins/apm/server/utils/test_helpers.tsx",
"x-pack/plugins/apm/public/utils/testHelpers.tsx",

Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/observability/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": ["xpack", "observability"],
"optionalPlugins": ["licensing", "home", "usageCollection"],
"optionalPlugins": ["licensing", "home", "usageCollection","lens"],
"requiredPlugins": ["data"],
"ui": true,
"server": true,
Expand Down
116 changes: 116 additions & 0 deletions x-pack/plugins/observability/public/assets/kibana_dashboard_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
116 changes: 116 additions & 0 deletions x-pack/plugins/observability/public/assets/kibana_dashboard_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ export function Header({ color, datePicker = null, restrictWidth }: Props) {
</HeaderMenuPortal>
<Wrapper restrictWidth={restrictWidth}>
<EuiSpacer size="l" />
<EuiFlexGroup justifyContent="spaceBetween">
<EuiFlexGroup justifyContent="spaceBetween" alignItems="center">
<EuiFlexItem>
<EuiFlexGroup>
<EuiFlexItem grow={false}>
<EuiIcon type="logoObservability" size="xxl" data-test-subj="observability-logo" />
</EuiFlexItem>
<EuiFlexItem>
<EuiFlexItem grow={false} style={{ alignSelf: 'center' }}>
<EuiTitle>
<h1>
{i18n.translate('xpack.observability.home.title', {
Expand Down
Loading

0 comments on commit 4a4dfc9

Please sign in to comment.