Home | History | Annotate | Download | only in sync_internals
      1 <table id="sync-events-table">
      2   <thead>
      3     <th>Details</th>
      4     <th>Submodule</th>
      5     <th>Event</th>
      6     <th>Time</th>
      7   </thead>
      8   <tbody id="sync-events">
      9     <tr jsselect="eventList">
     10       <td>
     11         <button class="toggle-button">Toggle Display</button>
     12         <pre jscontent="textDetails" class="details" hidden></pre>
     13       </td>
     14       <td jscontent="submodule" class="attrib-column"></td>
     15       <td jscontent="event" class="attrib-column"></td>
     16       <td jscontent="date" class="attrib-column"></td>
     17     </tr>
     18   </tbody>
     19 </table>
     20