You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: django_mongodb_extensions/templates/mql_panel/mql.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
{% for alias, info in databases %}
4
4
<li>
5
5
<strong><spanclass="djdt-color" data-djdt-styles="backgroundColor:rgb({{ info.rgb_color|join:', ' }})"></span> {{ alias }}</strong>
6
-
{{ info.time_spent|floatformat:"2" }} ms ({% blocktrans count info.num_queries as num %}{{ num }} query{% plural %}{{ num }} queries{% endblocktrans %}
6
+
{{ info.time_spent|floatformat:"3" }} ms ({% blocktrans count info.num_queries as num %}{{ num }} query{% plural %}{{ num }} queries{% endblocktrans %}
7
7
{% if info.duplicate_count %}
8
8
{% blocktrans with dupes=info.duplicate_count trimmed %}
9
9
including <abbrtitle="Duplicate queries execute the same MQL operation and parameters.">{{ dupes }} duplicates</abbr>
0 commit comments