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:
Jeremy Lempereur 2017-12-31 21:20:59 +01:00
parent 85efbf25f2
commit 40665b978c

View File

@ -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"
],