mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
display the node's username in underscore template
This commit is contained in:
parent
d007079617
commit
624bb33b1d
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
<th>Type</th>
|
||||
<th>UUID</th>
|
||||
<th>Pool</th>
|
||||
<th>Username</th>
|
||||
<th>Public</th>
|
||||
<th>Local</th>
|
||||
<th>Uptime (s)</th>
|
||||
|
@ -24,6 +25,7 @@
|
|||
<td><%- node.type %></td>
|
||||
<td><a href="stats/?uuid=<%- node.uuid %>"><%- node.uuid %></a></td>
|
||||
<td><%- node.pool %></td>
|
||||
<td><%- node.username %></td>
|
||||
<td><%- node.public.ip %><span class='port'><%- node.public.port %></span></td>
|
||||
<td><%- node.local.ip %><span class='port'><%- node.local.port %></span></td>
|
||||
<td><%- ((Date.now() - node.wake_timestamp) / 1000).toLocaleString() %></td>
|
||||
|
|
Loading…
Reference in a new issue