webapp: fixed dashboard table html style issue

This commit is contained in:
Shreyas Zare
2021-04-11 15:28:20 +05:30
parent 0aec2ea64d
commit d9e1a68ced

View File

@@ -255,10 +255,10 @@
<div class="pull-right"><a href="#" onclick="return showTopStats('TopClients', 1000);">[more]</a></div>
<div class="clearfix"></div>
</div>
<table class="table table-hover" style="word-break: break-all;">
<table class="table table-hover">
<thead>
<tr>
<th style="width: 450px;">Client</th>
<th>Client</th>
<th>Queries</th>
</tr>
</thead>
@@ -287,10 +287,10 @@
<div class="pull-right"><a href="#" onclick="return showTopStats('TopDomains', 1000);">[more]</a></div>
<div class="clearfix"></div>
</div>
<table class="table table-hover" style="word-break: break-all;">
<table class="table table-hover">
<thead>
<tr>
<th style="width: 450px;">Domain</th>
<th>Domain</th>
<th>Hits</th>
</tr>
</thead>
@@ -311,10 +311,10 @@
<div class="pull-right"><a href="#" onclick="return showTopStats('TopBlockedDomains', 1000);">[more]</a></div>
<div class="clearfix"></div>
</div>
<table class="table table-hover" style="word-break: break-all;">
<table class="table table-hover">
<thead>
<tr>
<th style="width: 450px;">Domain</th>
<th>Domain</th>
<th>Hits</th>
</tr>
</thead>
@@ -2539,10 +2539,10 @@
<div id="divTopStatsLoader" style="height: 500px;"></div>
<div id="divTopStatsData" style="max-height: 500px; overflow-y: auto;">
<table id="tableTopStatsClients" class="table table-hover" style="word-break: break-all;">
<table id="tableTopStatsClients" class="table table-hover">
<thead>
<tr>
<th style="width: 470px;">Client</th>
<th>Client</th>
<th>Queries</th>
</tr>
</thead>
@@ -2558,10 +2558,10 @@
</tbody>
</table>
<table id="tableTopStatsDomains" class="table table-hover" style="word-break: break-all;">
<table id="tableTopStatsDomains" class="table table-hover">
<thead>
<tr>
<th style="width: 470px;">Domain</th>
<th>Domain</th>
<th>Hits</th>
</tr>
</thead>
@@ -2573,10 +2573,10 @@
</tbody>
</table>
<table id="tableTopStatsBlockedDomains" class="table table-hover" style="word-break: break-all;">
<table id="tableTopStatsBlockedDomains" class="table table-hover">
<thead>
<tr>
<th style="width: 470px;">Domain</th>
<th>Domain</th>
<th>Hits</th>
</tr>
</thead>