mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +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
|
|
@ -8,7 +8,6 @@
|
|||
<div class="col-md-12">
|
||||
<div class="card card-shadow">
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table class="table w-100 table-bordered table-striped table-hover my-3" id="notification-list">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -19,7 +18,6 @@
|
|||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
{* ui_utils.render_configuration_footer('notifications') *}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue