mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39: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
|
|
@ -35,7 +35,7 @@ print[[
|
|||
<H3>]] print(i18n("dhcp.dhcp")) print[[</H3>
|
||||
|
||||
<form id="table-dhcp-form" method="post" data-toggle="validator">
|
||||
<div class='table-responsive'><div id="table-dhcp"></div></div>
|
||||
<div id="table-dhcp"></div>
|
||||
<div class='text-right'>
|
||||
<button id="dhcp-save" class="btn btn-primary mb-1" onclick="if($(this).hasClass('disabled')) return false;" type="submit">]] print(i18n("save_settings")) print[[</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue