]> source.dussan.org Git - rspamd.git/commitdiff
[WebUI] Enclose table header cells with `tr`s
authorAlexander Moisseev <moiseev@mezonplus.ru>
Sat, 21 Jan 2017 15:35:12 +0000 (18:35 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Sat, 21 Jan 2017 15:35:12 +0000 (18:35 +0300)
interface/index.html

index 78311a4c2b89d1222d1e758fee136d339cab8db5..ae413985deb8978579eb4b2683b3bb6cdd870755 100644 (file)
                                                <div class="widget-content nopadding">
                                                                <table class="table table-log table-hover" id="clusterTable">
                                                                                <thead>
+                                                                                       <tr>
                                                                                                <th class="col1" title="Radio"></th>
                                                                                                <th class="col2" title="SName">Server name</th>
                                                                                                <th class="col3" title="SHost">Host</th>
                                                                                                <th class="col4" title="SStatus">Status</th>
                                                                                                <th class="col5" title="SId">Configuration ID</th>
+                                                                                       </tr>
                                                                                </thead>
                                                                                <tbody>
                                                                                </tbody>
                                        <div class="widget-content nopadding">
                                                <table class="table table-log table-hover" id="symbolsTable">
                                                        <thead>
-                                                               <th title="Group">Group</th>
-                                                               <th title="Symbol">Symbol</th>
-                                                               <th title="Description">Description</th>
-                                                               <th title="Score">Score</th>
-                                                               <th title="Hits">Hits</th>
-                                                               <th title="Avg.time">Avg.time</th>
-                                                               <th title="Save data">Save data</th>
+                                                               <tr>
+                                                                       <th title="Group">Group</th>
+                                                                       <th title="Symbol">Symbol</th>
+                                                                       <th title="Description">Description</th>
+                                                                       <th title="Score">Score</th>
+                                                                       <th title="Hits">Hits</th>
+                                                                       <th title="Avg.time">Avg.time</th>
+                                                                       <th title="Save data">Save data</th>
+                                                               </tr>
                                                        </thead>
                                                </table>
                                        </div>
                                                        <div class="well nomargin nopadding">
                                                                <table class="table table-log table-hover" id="scanOutput">
                                                                        <thead>
-                                                                               <th class="col4" title="Action">Action</th>
-                                                                               <th class="col5" title="Score / Req.&nbsp;score">Score / Req.&nbsp;score</th>
-                                                                               <th class="col6" title="Symbols">Symbols</th>
+                                                                               <tr>
+                                                                                       <th class="col4" title="Action">Action</th>
+                                                                                       <th class="col5" title="Score / Req.&nbsp;score">Score / Req.&nbsp;score</th>
+                                                                                       <th class="col6" title="Symbols">Symbols</th>
+                                                                               </tr>
                                                                        </thead>
                                                                </table>
                                                        </div>
                                        <div class="widget-content nopadding">
                                                <table class="table table-log table-hover" id="historyLog">
                                                        <thead>
-                                                               <th class="col1" title="Time">Time</th>
-                                                               <th class="col2" title="ID">ID</th>
-                                                               <th class="col3" title="IP">IP</th>
-                                                               <th class="col4" title="Action">Action</th>
-                                                               <th class="col5" title="Score / Req.&nbsp;score">Score / Req.&nbsp;score</th>
-                                                               <th class="col6" title="Symbols">Symbols</th>
-                                                               <th class="col7" title="Size">Size</th>
-                                                               <th class="col8" title="Scan Time (s)"><div class="cell-overflow">Scan Time (s)</div></th>
-                                                               <th class="col9" title="User">User</th>
+                                                               <tr>
+                                                                       <th class="col1" title="Time">Time</th>
+                                                                       <th class="col2" title="ID">ID</th>
+                                                                       <th class="col3" title="IP">IP</th>
+                                                                       <th class="col4" title="Action">Action</th>
+                                                                       <th class="col5" title="Score / Req.&nbsp;score">Score / Req.&nbsp;score</th>
+                                                                       <th class="col6" title="Symbols">Symbols</th>
+                                                                       <th class="col7" title="Size">Size</th>
+                                                                       <th class="col8" title="Scan Time (s)"><div class="cell-overflow">Scan Time (s)</div></th>
+                                                                       <th class="col9" title="User">User</th>
+                                                               </tr>
                                                        </thead>
                                                </table>
                                        </div>
                                        <div class="widget-content nopadding">
                                                <table class="table table-log table-hover" id="errorsLog">
                                                        <thead>
-                                                               <th title="Time">Time</th>
-                                                               <th title="Worker">Worker</th>
-                                                               <th title="PID">PID</th>
-                                                               <th title="Module">Module</th>
-                                                               <th title="ID">ID</th>
-                                                               <th title="Message">Message</th>
+                                                               <tr>
+                                                                       <th title="Time">Time</th>
+                                                                       <th title="Worker">Worker</th>
+                                                                       <th title="PID">PID</th>
+                                                                       <th title="Module">Module</th>
+                                                                       <th title="ID">ID</th>
+                                                                       <th title="Message">Message</th>
+                                                               </tr>
                                                        </thead>
                                                </table>
                                        </div>