Terug

Netwerk Devices (<%= devices.length %>)

<% if (devices.length === 0) { %>

Nog geen netwerk devices. Voeg een switch of router toe.

<% } else { %> <% } %>

Connecties (<%= connections.length %>)

<% if (connections.length === 0) { %>

Nog geen connecties.

<% } else { %> <% connections.forEach(function(c) { %> <% }) %>
NaamCliëntVanPoortNaarPoortMediaSnelheidStatus
<%= c.name || '-' %> <%= c.client_name %> <%= c.from_type %> <%= c.from_id || '' %> <%= c.from_port || '-' %> <%= c.to_type %> <%= c.to_id || '' %> <%= c.to_port || '-' %> <%= c.media_type %> <%= c.speed %> <%= c.status %>
<% } %>