OwlCyberSecurity - MANAGER
Edit File: lastlogins-admins.html.tpl
<div class="sucuriscan-panel"> <h3 class="sucuriscan-title">{{Successful Logins (admins)}}</h3> <div class="inside"> <p>{{Here you can see a list of all the successful logins of accounts with admin privileges.}}</p> <table class="wp-list-table widefat sucuriscan-table sucuriscan-table-double-title sucuriscan-adminusers"> <thead> <tr> <th class="manage-column">{{Username}}</th> <th class="manage-column">{{Registration}}</th> <th class="manage-column">{{Newest To Oldest}}</th> <th class="manage-column"> </th> </tr> </thead> <tbody data-cy="sucuriscan_successful_logins_table"> %%%SUCURI.AdminUsers.List%%% </tbody> </table> </div> </div>