mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
<ul>
|
|
<% it.devices.forEach(function(d){ %>
|
|
<li class="device"><%= d.name %> (<%= d.ip %>:<%= d.port %>)</li>
|
|
<% }) %>
|
|
</ul>
|
|
|