mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
removed table responsive wrapper (#4798)
This commit is contained in:
parent
188a82a3a7
commit
e35100f25c
33 changed files with 42 additions and 118 deletions
|
|
@ -612,7 +612,6 @@ function host_pools_migration.printQuotas(pool_id, host, page_params)
|
|||
". " .. i18n("host_pools.create_new_quotas_here", {url=ntop.getHttpPrefix()..url}) .. "</div>")
|
||||
else
|
||||
print[[
|
||||
<div class="table-responsive">
|
||||
<table class="table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -624,7 +623,6 @@ function host_pools_migration.printQuotas(pool_id, host, page_params)
|
|||
<tbody id="pool_quotas_ndpi_tbody">
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<script>
|
||||
function update_ndpi_table() {
|
||||
$.ajax({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue