-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Empty index patterns page re-design (#68819)
Empty index patterns page re-design
- Loading branch information
Showing
69 changed files
with
2,006 additions
and
584 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
src/plugins/index_pattern_management/public/_templates.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
%inp-empty-state-footer { | ||
background: $euiColorLightestShade; | ||
margin: 0 (-$euiSizeL) (-$euiSizeL); | ||
padding: $euiSizeL; | ||
border-radius: 0 0 $euiBorderRadius $euiBorderRadius; | ||
|
||
// sass-lint:disable-block mixins-before-declarations | ||
@include euiBreakpoint('xs', 's') { | ||
text-align: center; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$inpEmptyStateMaxWidth: $euiSizeXXL * 19; |
108 changes: 0 additions & 108 deletions
108
src/plugins/index_pattern_management/public/components/create_index_pattern_prompt/index.tsx
This file was deleted.
Oops, something went wrong.
76 changes: 68 additions & 8 deletions
76
...nents/create_index_pattern_wizard/__snapshots__/create_index_pattern_wizard.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
...reate_index_pattern_wizard/components/empty_state/__snapshots__/empty_state.test.tsx.snap
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.