]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - spamfilter.php
Adjust overview top margin
[irc/unrealircd/unrealircd-webpanel.git] / spamfilter.php
index f282d67e58267cd49b01b7e51a3f55aadfbc4460..4f28dd06747bbc1ee0f4cb950de6a121cd02c295 100644 (file)
@@ -257,7 +257,7 @@ $spamfilter = $rpc->spamfilter()->getAll();
                </div></div></div></div>
 
        
-       <table class="table table-responsive caption-top table-striped">
+       <table class="container-xxl table table-responsive caption-top table-striped">
        <thead class="table-primary"><form action="spamfilter.php" method="post">
        <th><input type="checkbox" label='selectall' onClick="toggle_sf(this)" /></th>
        <th>Match Type</th>
@@ -281,7 +281,7 @@ $spamfilter = $rpc->spamfilter()->getAll();
                        echo "<td>".$sf->ban_action."</td>";
                        echo "<td>".$sf->ban_duration_string."</td>";
                        echo "<td>".$sf->reason."</td>";
-                       echo "<td>".$sf->set_by."</td>";
+                       echo "<td>".show_nick_only($sf->set_by)."</td>";
                        echo "<td>".$sf->set_at_string."</td>";
                        
                }