forked from opensearch-project/alerting-dashboards-plugin
-
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.
Fit and Finish UX Fixes (opensearch-project#1092)
* remove horizontal line below search bar Signed-off-by: Joanne Wang <[email protected]> * space between header and panel 16px and space around table 16px Signed-off-by: Joanne Wang <[email protected]> * fix 16px around table and search bar Signed-off-by: Joanne Wang <[email protected]> * remove pagination from top of table Signed-off-by: Joanne Wang <[email protected]> * add button to create monitor Signed-off-by: Joanne Wang <[email protected]> * add tooltip to delete Signed-off-by: Joanne Wang <[email protected]> * remove space on trash icon Signed-off-by: Joanne Wang <[email protected]> * fix gutter size Signed-off-by: Joanne Wang <[email protected]> * move edit under actions Signed-off-by: Joanne Wang <[email protected]> * fix notifications breadcrumb redirect Signed-off-by: Joanne Wang <[email protected]> * spacing from title to panel 16 for view monitor Signed-off-by: Joanne Wang <[email protected]> * fix some padding and remove horiz rule for findings section Signed-off-by: Joanne Wang <[email protected]> * change update monitor to edit monitor Signed-off-by: Joanne Wang <[email protected]> * change update to save and fix padding for create monitor Signed-off-by: Joanne Wang <[email protected]> * change monitor details padding and fix link to new page in alerts card Signed-off-by: Joanne Wang <[email protected]> * remove boarder when empty state Signed-off-by: Joanne Wang <[email protected]> * fix search bar spacing above Signed-off-by: Joanne Wang <[email protected]> * make create and edit monitor panels 16px padding Signed-off-by: Joanne Wang <[email protected]> * rename Signed-off-by: Joanne Wang <[email protected]> * fix original tabs Signed-off-by: Joanne Wang <[email protected]> * fix spacing on original monitor page Signed-off-by: Joanne Wang <[email protected]> * add pagination back to the alerts page Signed-off-by: Joanne Wang <[email protected]> * fix spacing for alerts dashboard flyout Signed-off-by: Joanne Wang <[email protected]> * cleanup Signed-off-by: Joanne Wang <[email protected]> * fix unit tests and run yarn test:jest -u Signed-off-by: Joanne Wang <[email protected]> * fix cypress tests Signed-off-by: Joanne Wang <[email protected]> --------- Signed-off-by: Joanne Wang <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
- Loading branch information
1 parent
43fbfa1
commit 9378a47
Showing
44 changed files
with
172 additions
and
862 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
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 |
---|---|---|
|
@@ -70,7 +70,7 @@ Array [ | |
}, | ||
Object { | ||
"href": "/", | ||
"text": "Update monitor", | ||
"text": "Edit monitor", | ||
}, | ||
] | ||
`; | ||
|
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
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
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
Oops, something went wrong.