-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(ui): allow creating of check from first time widget * refactor(ui): polish layout of endpoint dropdown * refactor(ui): provide default URLs in endpoint overlay form Co-Authored-By: Andrew Watkins <[email protected]> * refactor(ui): ensure edit endpoint can be canceled Co-Authored-By: Andrew Watkins <[email protected]> * refactor(ui): move endpoint error out of footer Co-Authored-By: Andrew Watkins <[email protected]> * refactor(ui): appease the linter * fix(ui): use correct slack and http url defaults * chore(ui): remove obsolete stylesheet * fix(ui): remove GET and PUT options from http method dropdown * fix(ui): capitalize form labels in endpoint form * fix(ui): change default endpoint name to be type agnostic * fix(ui): appease linter * refactor(ui): shrink check message template field * refactor(ui): reverse sort of threshold levels in check builder
- Loading branch information
1 parent
77a5953
commit 0a3d580
Showing
20 changed files
with
344 additions
and
204 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
height: auto; | ||
} | ||
textarea { | ||
height: 180px; | ||
height: 90px; | ||
} | ||
} | ||
|
||
|
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.