jenkins-bot has submitted this change and it was merged.

Change subject: Change the default time resolution to day
......................................................................


Change the default time resolution to day

It is more useful than 'hour', the current default.

Change-Id: If1d87600165887b458081741aaf19f8436ccdade
---
M public_html/index.html
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/public_html/index.html b/public_html/index.html
index 6cd9612..c5dc622 100644
--- a/public_html/index.html
+++ b/public_html/index.html
@@ -49,8 +49,8 @@
     <div id=container class="container perf-container">
       <div id=content-body>
         <ul class="nav nav-justified nav-tabs perf-nav">
-          <li role=presentation id=hour class="active"><a href="#!/hour">Past 
Hour</a></li>
-          <li role=presentation id=day><a href="#!/day">Past Day</a></li>
+          <li role=presentation id=hour><a href="#!/hour">Past Hour</a></li>
+          <li role=presentation id=day class="active"><a href="#!/day">Past 
Day</a></li>
           <li role=presentation id=week><a href="#!/week">Past Week</a></li>
           <li role=presentation id=month><a href="#!/month">Past Month</a></li>
         </ul>

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If1d87600165887b458081741aaf19f8436ccdade
Gerrit-PatchSet: 1
Gerrit-Project: performance/docroot
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to