forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Infra UI] Table View for Home Page (elastic#29192)
* Addding initial table implimentation * Moving waffle map to seperate component; adding contextual menu to nodes; adding filter to groups; adding pagination; adding sorting * Fixing EUI types for EuiInMemoryTable to work for EVERYONE * Adding server plugin for tslint for VIM; Fixing tests * Adding the view switcher * removing dependency * updating yarn.lock * Change padding to use EUI rules * Rename waffle/index to nodes_overview; move table to nodes_overview * Adding missed files in last commit * Adding textOnly to the columns that need special truncation because they are buttons * Fixed an error in the merge * Fixing merge issues
- Loading branch information
1 parent
bb7a67a
commit e58f4dd
Showing
24 changed files
with
622 additions
and
233 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -427,4 +427,4 @@ | |
"node": "10.14.1", | ||
"yarn": "^1.10.1" | ||
} | ||
} | ||
} |
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
Oops, something went wrong.