OLD | NEW |
1 <div id="type-counters-container-wrapper" jsskip="true"> | 1 <div id="type-counters-container-wrapper" jsskip="true"> |
2 <div class="section"> | 2 <div class="section"> |
3 <h2>Type Counters</h2> | 3 <h2>Type Counters</h2> |
4 <table id="type-counters-table"> | 4 <table id="type-counters-table"> |
5 <thead> | 5 <thead> |
6 <tr> | 6 <tr> |
7 <th class='type'>Type</th> | 7 <th class='type'>Type</th> |
8 <th>Total Entries</th> | 8 <th>Total Entries</th> |
9 | 9 |
10 <th>Updates Received</th> | 10 <th>Updates Received</th> |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 | 42 |
43 <td jscontent="counters.numCommitsAttempted || 0">0</td> | 43 <td jscontent="counters.numCommitsAttempted || 0">0</td> |
44 <td jscontent="counters.numCommitsSuccess || 0">0</td> | 44 <td jscontent="counters.numCommitsSuccess || 0">0</td> |
45 <td jscontent="counters.numCommitsConflict || 0">0</td> | 45 <td jscontent="counters.numCommitsConflict || 0">0</td> |
46 <td jscontent="counters.numCommitsError || 0">0</td> | 46 <td jscontent="counters.numCommitsError || 0">0</td> |
47 </tr> | 47 </tr> |
48 </tbody> | 48 </tbody> |
49 </table> | 49 </table> |
50 </div> | 50 </div> |
51 </div> | 51 </div> |
OLD | NEW |