Dzahn has submitted this change and it was merged.

Change subject: Format Tmax in slow queries page as a number
......................................................................


Format Tmax in slow queries page as a number

Change-Id: I6ed9239d44a5c0a2c7e388f1a030483e0a6d4e5f
---
M tpl/report/slow_queries.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Dzahn: Verified; Looks good to me, approved



diff --git a/tpl/report/slow_queries.php b/tpl/report/slow_queries.php
index 66a2d53..0fc5172 100644
--- a/tpl/report/slow_queries.php
+++ b/tpl/report/slow_queries.php
@@ -175,7 +175,7 @@
                tag('td', array(
                        'title' => 'Tmax',
                        'class' => 'right',
-                       'html' => $row['max_time'],
+                       'html' => number_format($row['max_time'], 0),
                )),
                tag('td', array(
                        'title' => 'Tavg',

-- 
To view, visit https://gerrit.wikimedia.org/r/244964
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6ed9239d44a5c0a2c7e388f1a030483e0a6d4e5f
Gerrit-PatchSet: 1
Gerrit-Project: operations/software/tendril
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Jcrespo <[email protected]>
Gerrit-Reviewer: Matanya <[email protected]>
Gerrit-Reviewer: Springle <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to