aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/otherButtons.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-08-06 14:52:08 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-08-06 14:52:08 +0200
commitc35e897dab0541ff17120a242c4434b646993de9 (patch)
treeaa5bc8051735e5790f9fd36aed143e424a0bf760 /data/lib/otherButtons.js
parentc35f4d838c04c9bbbd6126004684a85c98d9d8df (diff)
downloadbugzilla-triage-c35e897dab0541ff17120a242c4434b646993de9.tar.gz
Add some simple analysis of dmesg output.
Adds to dmesg attachments "check" link filtering on /[fF]ail|[eE]rror|drm/ Fix #111
Diffstat (limited to 'data/lib/otherButtons.js')
-rw-r--r--data/lib/otherButtons.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js
index 6935b8e..ef04d19 100644
--- a/data/lib/otherButtons.js
+++ b/data/lib/otherButtons.js
@@ -119,7 +119,7 @@ function setBranding(things) {
var TriagedColor = {};
var atts = things.attachments;
- var xLogAtts = atts.getXorgList();
+ var xLogAtts = atts.getAttList(/[xX].*log/);
var ITbutton = document.getElementById("cf_issuetracker");
var its = ITbutton ? ITbutton.value.trim() : "";