Skip to content

Commit

Permalink
#32 컬럼명 변경 -> 화면 넘어감 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Ag-crane committed Aug 22, 2023
1 parent a7f48db commit a00b560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WWW/src/pages/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ <h4 class="card-title">데이터수집 실행내역</h4>
<tr>
<th>No.</th>
<th>실행일시</th>
<th>총 데이터 수</th>
<th>호출 데이터 수</th>
<th>신규 데이터 수</th>
<th>Total</th>
<th>Called</th>
<th>New</th>
</tr>
</thead>
<tbody id="table2-body"></tbody>
Expand Down

0 comments on commit a00b560

Please sign in to comment.