mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
Bug 1413448 - Fix about:telemetry "no data available" overlay in the Late Writes section. r=chutten
The search feature in the Late Writes section does not work, and a message claiming "Sorry there's no data available in "Late Writes" hindered the view of the data. I added the late-writes-section to the search blacklist. MozReview-Commit-ID: 4Fqfh9zhzJZ --HG-- extra : rebase_source : 35428e159c025b029dd2c7716d679ee1825d5b95
This commit is contained in:
parent
85efbf25f2
commit
40665b978c
@ -1281,6 +1281,7 @@ var Search = {
|
||||
|
||||
// A list of ids of sections that do not support search.
|
||||
blacklist: [
|
||||
"late-writes-section",
|
||||
"chrome-hangs-section",
|
||||
"raw-payload-section"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user