-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ui] Jobs list should handle 502s and 504s gracefully (#23427)
* UI handles 502s and 504s gracefully * Test and cleanup
- Loading branch information
1 parent
6df8537
commit 54aafa5
Showing
6 changed files
with
467 additions
and
316 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:bug | ||
ui: fix an issue where gateway timeouts would cause the jobs list to revert to null, gives users a Pause Fetch option | ||
``` |
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 |
---|---|---|
|
@@ -43,6 +43,10 @@ | |
} | ||
} | ||
|
||
#jobs-list-cache-warning { | ||
margin-bottom: 1rem; | ||
} | ||
|
||
.status-cell { | ||
display: flex; | ||
gap: 0.5rem; | ||
|
Oops, something went wrong.