| OLD | NEW |
| 1 <!-- ============================ Logs View ============================ --> | 1 <!-- ============================ Logs View ============================ --> |
| 2 | 2 |
| 3 <div id=logs-view-tab-content style="display: none;"> | 3 <div id=logs-view-tab-content style="display: none;" class=content-box> |
| 4 <h4>Network Log Data</h4> | 4 <h4>Network Log Data</h4> |
| 5 <button id=logs-view-global-show-btn class=logs-view-global-button>Show all...
</button> | 5 <button id=logs-view-global-show-btn class=logs-view-global-button>Show all...
</button> |
| 6 <button id=logs-view-global-hide-btn class=logs-view-global-button>Hide all...
</button> | 6 <button id=logs-view-global-hide-btn class=logs-view-global-button>Hide all...
</button> |
| 7 <button id=logs-view-refresh-btn class=logs-view-global-button>Refresh logs...
</button> | 7 <button id=logs-view-refresh-btn class=logs-view-global-button>Refresh logs...
</button> |
| 8 <div style="clear: both"></div> | 8 <div style="clear: both"></div> |
| 9 <table width=100% class=styledTable> | 9 <table width=100% class=styled-table> |
| 10 <thead> | 10 <thead> |
| 11 <tr id=logs-view-log-table-header-row> | 11 <tr id=logs-view-log-table-header-row> |
| 12 <th width=10%>Log Name</th> | 12 <th width=10%>Log Name</th> |
| 13 <th width=8%></th> | 13 <th width=8%></th> |
| 14 <th width=82%>Log</th> | 14 <th width=82%>Log</th> |
| 15 </tr> | 15 </tr> |
| 16 </thead> | 16 </thead> |
| 17 <tbody id=logs-view-log-table> | 17 <tbody id=logs-view-log-table> |
| 18 </tbody> | 18 </tbody> |
| 19 </table> | 19 </table> |
| 20 </div> | 20 </div> |
| OLD | NEW |