Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -534,9 +534,6 @@ protected static void assertNoSevereConsoleErrors(String... allowedSubstrings) {
Arrays.stream(allowedSubstrings)
.noneMatch(allowed -> entry.getMessage().contains(allowed)))
.filter(entry -> !entry.getMessage().contains("favicon.ico"))
// the ui-grid icon font referenced from ui-grid.min.css is not shipped with
// the webapp at all, so it 404s in production too
.filter(entry -> !entry.getMessage().contains("fonts/ui-grid"))
// benign race in the shared menu code: showCore() fires with a null core
// while the per-collection menu resolves after navigation
.filter(
Expand Down
Binary file added solr/webapp/web/css/angular/fonts/ui-grid.eot
Binary file not shown.
56 changes: 56 additions & 0 deletions solr/webapp/web/css/angular/fonts/ui-grid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added solr/webapp/web/css/angular/fonts/ui-grid.ttf
Binary file not shown.
Binary file added solr/webapp/web/css/angular/fonts/ui-grid.woff
Binary file not shown.
Loading