[Groonga-commit] groonga/groonga-admin at 6f492f5 [master] Show column type

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 31 16:53:22 JST 2014


Kouhei Sutou	2014-12-31 16:53:22 +0900 (Wed, 31 Dec 2014)

  New Revision: 6f492f5d91a24360d6e06cfc6d6a59cbc9796c99
  https://github.com/groonga/groonga-admin/commit/6f492f5d91a24360d6e06cfc6d6a59cbc9796c99

  Message:
    Show column type

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

  Modified: app/views/tables/show.html (+2 -2)
===================================================================
--- app/views/tables/show.html    2014-12-31 16:49:02 +0900 (e723150)
+++ app/views/tables/show.html    2014-12-31 16:53:22 +0900 (3721e24)
@@ -56,7 +56,7 @@
           <tr>
             <th>id</th>
             <th>name</th>
-            <th>flags</th>
+            <th>type</th>
             <th>domain</th>
             <th>range</th>
             <th>sources</th>
@@ -71,7 +71,7 @@
                 {{column.name}}
               </a>
             </td>
-            <td>{{column.flags}}</td>
+            <td>{{column.type}}</td>
             <td>{{column.domain}}</td>
             <td>{{column.range}}</td>
             <td>{{column.sources}}</td>
-------------- next part --------------
HTML����������������������������...
Download 



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