OSDN Git Service

資材ログのヘッダの順序が間違えているのを直す
authorKazuhiro Fujieda <fujieda@users.sourceforge.jp>
Sun, 28 Dec 2014 08:33:39 +0000 (17:33 +0900)
committerKazuhiro Fujieda <fujieda@users.sourceforge.jp>
Mon, 29 Dec 2014 13:12:43 +0000 (22:12 +0900)
KancolleSniffer/Logger.cs
LogViewer/index.html

index 249ea4e..a034c29 100644 (file)
@@ -273,7 +273,7 @@ namespace KancolleSniffer
             _writer("資材ログ",\r
                 now.ToString(DateTimeFormat) + "," +\r
                 string.Join(",", material) + ",",\r
-                "日付,燃料,弾薬,鋼材,ボーキ,高速修復材,高速建造材,開発資材,改修資材");\r
+                "日付,燃料,弾薬,鋼材,ボーキ,高速建造材,高速修復材,開発資材,改修資材");\r
         }\r
     }\r
 \r
index 171ea07..6b2c1d2 100644 (file)
@@ -148,7 +148,7 @@ $(function() {
 <li class="hide">
 <table id="log5" cellspacing="0" width="100%">
 <thead>
-<tr><th>日付</th><th>燃料</th><th>弾薬</th><th>鋼材</th><th>ボーキ</th><th>高速修復材</th><th>高速建造材</th><th>開発資材</th><th>改修資材</th></tr>
+<tr><th>日付</th><th>燃料</th><th>弾薬</th><th>鋼材</th><th>ボーキ</th><th>高速建造材</th><th>高速修復材</th><th>開発資材</th><th>改修資材</th></tr>
 </thead>
 </table>
 </ul>