[Groonga-commit] groonga/groonga-admin at a0b83b8 [master] Make column value preformatted

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Dec 7 11:09:55 JST 2016


Kouhei Sutou	2016-12-07 11:09:55 +0900 (Wed, 07 Dec 2016)

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

  Message:
    Make column value preformatted

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

  Modified: app/views/tables/search.html (+2 -2)
===================================================================
--- app/views/tables/search.html    2016-10-14 10:29:32 +0900 (92ae253)
+++ app/views/tables/search.html    2016-12-07 11:09:55 +0900 (9522324)
@@ -196,7 +196,7 @@
         <tbody>
           <tr ng-repeat="record in response.records track by $index">
             <td ng-repeat="element in record track by $index">
-              {{element.formattedValue}}
+              <pre>{{element.formattedValue}}</pre>
             </td>
           </tr>
         </tbody>
@@ -211,7 +211,7 @@
               <tbody>
                 <tr ng-repeat="item in record track by $index">
                   <th>{{item.column.name}}</th>
-                  <td>{{item.formattedValue}}</td>
+                  <td><pre>{{item.formattedValue}}</pre></td>
                 </tr>
               </tbody>
             </table>
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る