| <table id="sync-events-table"> | |
| <thead> | |
| <th>Details</th> | |
| <th>Submodule</th> | |
| <th>Event</th> | |
| <th>Time</th> | |
| </thead> | |
| <tbody id="sync-events"> | |
| <tr jsselect="eventList"> | |
| <td> | |
| <button class="toggle-button">Toggle Display</button> | |
| <pre jscontent="textDetails" class="details" hidden></pre> | |
| </td> | |
| <td jscontent="submodule" class="attrib-column"></td> | |
| <td jscontent="event" class="attrib-column"></td> | |
| <td jscontent="date" class="attrib-column"></td> | |
| </tr> | |
| </tbody> | |
| </table> |