summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-06-07 23:35:00 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-06-07 23:35:00 +0200
commit426c922480a37f09abef331f01a22bc4747bc880 (patch)
tree08d373cada9a0e7d204accbb9ae8287c8f167dea /template/en/default/list
parent6b9b50db744c603dbfa0c7ae5aac8dca4e58b0cd (diff)
downloadbugzilla-426c922480a37f09abef331f01a22bc4747bc880.tar.gz
bugzilla-426c922480a37f09abef331f01a22bc4747bc880.tar.xz
Bug 761230: The server push page no longer displays all debug data
r=timello a=LpSolit
Diffstat (limited to 'template/en/default/list')
-rw-r--r--template/en/default/list/server-push.html.tmpl13
1 files changed, 4 insertions, 9 deletions
diff --git a/template/en/default/list/server-push.html.tmpl b/template/en/default/list/server-push.html.tmpl
index d1c157f72..914d827a9 100644
--- a/template/en/default/list/server-push.html.tmpl
+++ b/template/en/default/list/server-push.html.tmpl
@@ -33,15 +33,10 @@
<h1 style="margin-top: 20%; text-align: center;">Please stand by ...</h1>
[% IF debug %]
- <p>
- [% FOREACH debugline = debugdata %]
- <code>[% debugline FILTER html %]</code><br>
- [% END %]
- </p>
- <p>
- <code>[% query FILTER html %]</code>
- </p>
+ <p>[% query FILTER html %]</p>
+ [% IF query_explain.defined %]
+ <pre>[% query_explain FILTER html %]</pre>
+ [% END %]
[% END %]
-
</body>
</html>