mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 11:43:26 +02:00
Add "table-responsive d-md-table" class
Makes tables in admin panel responsive
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<h5 class="m-0">Users active within last {{ config_visitors_counter_ttl }} minutes.</h5>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<table id="tb_visitors" class="table table-striped table-bordered">
|
||||
<table id="tb_visitors" class="table table-striped table-bordered table-responsive d-md-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>IP</th>
|
||||
|
Reference in New Issue
Block a user