[Groonga-commit] groonga/groonga-admin at 977b0e6 [master] Swap the number of total records and elapsed time

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 23 10:49:05 JST 2014


Kouhei Sutou	2014-10-23 10:49:05 +0900 (Thu, 23 Oct 2014)

  New Revision: 977b0e6166d53fabb6c4300c6392f798f867d00d
  https://github.com/groonga/groonga-admin/commit/977b0e6166d53fabb6c4300c6392f798f867d00d

  Message:
    Swap the number of total records and elapsed time
    
    Because Google uses "total records (elapsed time)" format.

  Modified files:
    app/views/tables/search.html

  Modified: app/views/tables/search.html (+2 -2)
===================================================================
--- app/views/tables/search.html    2014-10-23 10:47:57 +0900 (ad39ffd)
+++ app/views/tables/search.html    2014-10-23 10:49:05 +0900 (ceaf31e)
@@ -4,8 +4,8 @@
     <p>{{message}}</p>
   </div>
   <p class="statistics">
-    <span id="elapsed-time">{{elapsedTimeInMilliseconds | number : 3}}ms</span>
-    <span id="n-total-records">({{nTotalRecords}})</span>
+    <span id="n-total-records">{{nTotalRecords}} records</span>
+    <span id="elapsed-time">({{elapsedTimeInMilliseconds | number : 3}}ms)</span>
   </p>
   <div class="table-responsive">
     <table class="search-result">
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index