forked from kubeflow/notebooks
-
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.
web-apps(front): Changes needed for trials table (kubeflow/kubeflow#6768
) * web-apps(front): Import @types/lodash package Import @types/lodash package to support type definitions. Signed-off-by: Elena Zioga <elena@arrikto.com> * web-apps(front): Changes needed for trials table In this commit: - Adjust filtering tooltip to expose info only for the existing columns. - Extend table component to be able to highlight a row. - Fix autocomplete dropdown bug. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
- Loading branch information
Showing
8 changed files
with
361 additions
and
54 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
notebooks/crud-web-apps/common/frontend/kubeflow-common-lib/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,3 +72,7 @@ lib-action { | |
.filter-header { | ||
margin-right: 8px; | ||
} | ||
|
||
.highlight-row { | ||
background-color: #ffffcd; | ||
} |
Oops, something went wrong.