mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-03-10 15:36:19 +00:00
webapp: fixed dashboard table html style issue
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user