[Groonga-commit] groonga/groonga-admin at 9778980 [master] Follow variable name change

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 10 14:22:34 JST 2014


Kouhei Sutou	2014-11-10 14:22:34 +0900 (Mon, 10 Nov 2014)

  New Revision: 977898091f3193024a6698506d54c6b2411b54a4
  https://github.com/groonga/groonga-admin/commit/977898091f3193024a6698506d54c6b2411b54a4

  Message:
    Follow variable name change

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

  Modified: app/views/tables/search.html (+1 -1)
===================================================================
--- app/views/tables/search.html    2014-11-07 17:52:57 +0900 (734e9b6)
+++ app/views/tables/search.html    2014-11-10 14:22:34 +0900 (813453d)
@@ -31,7 +31,7 @@
               <tr ng-repeat="column in allColumns track by $index">
                 <td>{{column.name}}</td>
                 <td><input type="checkbox"
-                           ng-model="column.inUse"></td>
+                           ng-model="column.output"></td>
                 <td><input type="checkbox"
                            ng-model="column.drilldown"></td>
               </tr>
-------------- next part --------------
HTML����������������������������...
Download 



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