]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Users: bring back striped table (was removed while debugging render issue)
authorBram Matthys <redacted>
Tue, 25 Apr 2023 06:42:41 +0000 (08:42 +0200)
committerBram Matthys <redacted>
Tue, 25 Apr 2023 06:42:52 +0000 (08:42 +0200)
users/index.php

index c5ea05d97f5c70ecfec6f42be13c9610b779936e..27f2250eefa4e02b06ce1d4bd350b546b5671738 100644 (file)
@@ -107,9 +107,7 @@ Click on a username to view more information.
        ?>
 
        <!-- The user list -->
-       <!-- table id="data_list" class="container-xxl table table-sm table-responsive caption-top table-striped" -->
-       <!-- <table id="data_list" class="table table-striped table-bordered dt-responsive nowrap" style="width:400px"> -->
-       <table id="data_list" class="display responsive nowrap" style="width:100%">
+       <table id="data_list" class="table-striped display responsive nowrap" style="width:100%">
        <thead>
                <th scope="col"><input type="checkbox" label='selectall' onClick="toggle_user(this)" /></th>
                <th scope="col">Nick</th>