diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-08-06 14:52:08 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-08-06 14:52:08 +0200 |
commit | c35e897dab0541ff17120a242c4434b646993de9 (patch) | |
tree | aa5bc8051735e5790f9fd36aed143e424a0bf760 /lib/libbugzilla.js | |
parent | c35f4d838c04c9bbbd6126004684a85c98d9d8df (diff) | |
download | bugzilla-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 'lib/libbugzilla.js')
-rw-r--r-- | lib/libbugzilla.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libbugzilla.js b/lib/libbugzilla.js index 145332a..c6f1adb 100644 --- a/lib/libbugzilla.js +++ b/lib/libbugzilla.js @@ -257,8 +257,8 @@ exports.openStringInNewPanel = function openStringInNewPanel(inHTMLStr) { var openURLInNewPanel = exports.openURLInNewPanel = function openURLInNewPanel(url) { var panel = panelMod.Panel({ contentURL: url, - width: 640, - height: 640 + width: 704, + height: 768 }); panel.show(); }; |