aboutsummaryrefslogtreecommitdiffstats
path: root/interface/index.html
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2020-06-13 10:54:02 +0300
committermoisseev <moiseev@mezonplus.ru>2020-06-13 10:54:41 +0300
commitdab8443f0c728a44f6f182820744ab313f1c2253 (patch)
tree225bef22898cbedf00829929e8814cf037be0a5d /interface/index.html
parentdd8e32fdabe01b7d0b4ba60cd306d54d021f59ce (diff)
downloadrspamd-dab8443f0c728a44f6f182820744ab313f1c2253.tar.gz
rspamd-dab8443f0c728a44f6f182820744ab313f1c2253.zip
[WebUI] Rework cluster members table
and change status tab layout
Diffstat (limited to 'interface/index.html')
-rw-r--r--interface/index.html59
1 files changed, 32 insertions, 27 deletions
diff --git a/interface/index.html b/interface/index.html
index 3dc35d20c..a84336a66 100644
--- a/interface/index.html
+++ b/interface/index.html
@@ -86,41 +86,46 @@
</div>
</div>
</div>
-
- <div class="widget-box">
- <div class="widget-title">
- <span class="icon"><i class="glyphicon glyphicon-signal"></i></span>
- <h5>Statistics</h5>
- </div>
- <div class="widget-content chart-content">
- <div class="row">
- <div class="chart" id="chart">
- <span class="notice">Loading..</span>
- <noscript>Please enable Javascript</noscript>
+ <div class="row">
+ <div class="col-md-6">
+ <div class="widget-box">
+ <div class="widget-title">
+ <span class="icon"><i class="glyphicon glyphicon-tasks"></i></span>
+ <h5>Servers</h5>
</div>
- </div>
- </div>
- </div>
- <div class="widget-box">
- <!--iv class="widget-title">
- <span class="icon"><i class="glyphicon glyphicon-tasks"></i></span>
- <h5>Servers</h5>
- </div-->
- <div class="widget-content nopadding">
- <table class="table table-log table-hover" id="clusterTable">
+ <div class="widget-content nopadding table-responsive">
+ <table class="table table-hover table-bordered text-nowrap mb-0" 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>
+ <th></th>
+ <th>Server name</th>
+ <th>Host</th>
+ <th class="w-1">Status</th>
+ <th>Configuration ID</th>
</tr>
</thead>
<tbody>
</tbody>
- </table>
+ </table>
+ </div>
+ </div>
+ </div>
+ <div class="col-md-6">
+ <div class="widget-box">
+ <div class="widget-title">
+ <span class="icon"><i class="glyphicon glyphicon-signal"></i></span>
+ <h5>Statistics</h5>
+ </div>
+ <div class="widget-content chart-content">
+ <div class="row">
+ <div class="chart" id="chart">
+ <span class="notice">Loading..</span>
+ <noscript>Please enable Javascript</noscript>
+ </div>
+ </div>
+ </div>
</div>
+ </div>
</div>
</div>