Skip to content

Commit

Permalink
[Observability] Exploratory View initial skeleton (#94426)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
shahzad31 and kibanamachine committed Apr 5, 2021
1 parent f01d3a8 commit 6a0d5d7
Show file tree
Hide file tree
Showing 82 changed files with 6,058 additions and 55 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 6a0d5d7

Please sign in to comment.