1 <div id=
"type-counters-container-wrapper" jsskip=
"true">
4 <table id=
"type-counters-table">
7 <th class='type'
>Type
</th>
10 <th>Updates Received
</th>
11 <th>Reflected Updates Received
</th>
12 <th>Tombstone Updates Received
</th>
14 <th>Updates Applied
</th>
15 <th>Hierarchy Conflict Application Failures
</th>
16 <th>Encryption Conflict Application Failures
</th>
18 <th>Server Overwrite Conflicts
</th>
19 <th>Local Overwrite Conflicts
</th>
21 <th>Commit Attempts
</th>
22 <th>Commit Successes
</th>
23 <th>Commit Conflicts
</th>
24 <th>Commit Errors
</th>
29 <td jscontent=
"type"></td>
30 <td jscontent=
"counters.numEntries || 0">0</td>
32 <td jscontent=
"counters.numUpdatesReceived || 0">0</td>
33 <td jscontent=
"counters.numReflectedUpdatesReceived || 0">0</td>
34 <td jscontent=
"counters.numTombstoneUpdatesReceived || 0">0</td>
36 <td jscontent=
"counters.numUpdatesApplied || 0">0</td>
37 <td jscontent=
"counters.numHierarchyConflictApplicationFailures || 0">0</td>
38 <td jscontent=
"counters.numEncryptionConflictApplicationFailures || 0">0</td>
40 <td jscontent=
"counters.numServerOverwrites || 0">0</td>
41 <td jscontent=
"counters.numLocalOverwrites || 0">0</td>
43 <td jscontent=
"counters.numCommitsAttempted || 0">0</td>
44 <td jscontent=
"counters.numCommitsSuccess || 0">0</td>
45 <td jscontent=
"counters.numCommitsConflict || 0">0</td>
46 <td jscontent=
"counters.numCommitsError || 0">0</td>