Skip to content

Commit 4bd04af

Browse files
committed
Swap the data columns to match with the headers
1 parent e1bd867 commit 4bd04af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

monitoring/publishing/templates/gridsync.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ <h3>APEL Synchronisation Test</h3>
3838
<td>{{ record.YearMonth }}</td>
3939
<td>{{ record.RecordStart }}</td>
4040
<td>{{ record.RecordEnd }}</td>
41-
<td>{{ record.RecordCountPublished|intcomma }}</td>
4241
<td>{{ record.RecordCountInDb|intcomma }}</td>
42+
<td>{{ record.RecordCountPublished|intcomma }}</td>
4343
<td>{{ record.SyncStatus }}</td>
4444
</tr>
4545
{% endfor %}

monitoring/publishing/templates/gridsync_singlesite.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ <h3>APEL Synchronisation Test</h3>
3838
</td>
3939
<td>{{ record.RecordStart }}</td>
4040
<td>{{ record.RecordEnd }}</td>
41-
<td>{{ record.RecordCountPublished|intcomma }}</td>
4241
<td>{{ record.RecordCountInDb|intcomma }}</td>
42+
<td>{{ record.RecordCountPublished|intcomma }}</td>
4343
<td>{{ record.SyncStatus }}</td>
4444
</tr>
4545
{% endfor %}

monitoring/publishing/templates/gridsync_submithost.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ <h3>APEL Synchronisation Test</h3>
3737
<td>{{ host.SubmitHost }}</td>
3838
<td>{{ host.RecordStart }}</td>
3939
<td>{{ host.RecordEnd }}</td>
40-
<td>{{ host.RecordCountPublished|intcomma }}</td>
4140
<td>{{ host.RecordCountInDb|intcomma }}</td>
41+
<td>{{ host.RecordCountPublished|intcomma }}</td>
4242
</tr>
4343
{% endfor %}
4444
</table>

0 commit comments

Comments
 (0)