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