Alex Monk has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/244964

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/software/tendril 
refs/changes/64/244964/1

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: newchange
Gerrit-Change-Id: I6ed9239d44a5c0a2c7e388f1a030483e0a6d4e5f
Gerrit-PatchSet: 1
Gerrit-Project: operations/software/tendril
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <kren...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to