Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2022-08-15 13:28:14 +0300
committerWilliam Desportes <williamdes@wdes.fr>2022-08-15 13:47:04 +0300
commit2365ec78e2eff6af28e8118706554427e6610076 (patch)
tree226c1e7d307abc5adba54ba009963a87ce49903d /templates/console
parenta9356e4d16579103292a0ec03ffb39373ffaafe8 (diff)
Fix debug queries console broken query time and group count
There was no number displayed, I fixed the jquery expression and then fixed the formatting method to make the value appear in each display case Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'templates/console')
-rw-r--r--templates/console/display.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/console/display.twig b/templates/console/display.twig
index 13095bfe8c..d7cb6bb7b8 100644
--- a/templates/console/display.twig
+++ b/templates/console/display.twig
@@ -88,8 +88,8 @@
['action expand', 'Expand'|trans],
['action dbg_show_trace', 'Show trace'|trans],
['action dbg_hide_trace', 'Hide trace'|trans],
- ['text count hide', 'Count'|trans],
- ['text time', 'Time taken'|trans]
+ {0: 'text count hide', 1: 'Count'|trans, 'extraSpan': ''},
+ {0: 'text time', 1: 'Time taken'|trans, 'extraSpan': ''},
]
} only %}
</div> <!-- Template -->