comparison src/private/tools/users.html.luan @ 91:9196d936d4fa

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 16 Mar 2025 20:32:10 -0600
parents 3053a4fc10be
children
comparison
equal deleted inserted replaced
90:5240c054dcd4 91:9196d936d4fa
57 <div content> 57 <div content>
58 <h1>users</h1> 58 <h1>users</h1>
59 <table> 59 <table>
60 <tr> 60 <tr>
61 <th>ID</th> 61 <th>ID</th>
62 <th>name</th> 62 <th>name <small>(open incognito)</small)</th>
63 <th>last seen</th> 63 <th>last seen</th>
64 </tr> 64 </tr>
65 <% 65 <%
66 for _, user in ipairs(users) do 66 for _, user in ipairs(users) do
67 local online = user.online 67 local online = user.online