<% include ../partials/head %> <% include ../partials/header %> SDN-C AdminPortal

uCPE VNF Map to Device

<% if ( typeof result != 'undefined' ) { if (result.code.length > 0) { if ( result.code == 'success' ) { %> <% } else { %>
<% for ( x in result.msg ){ %>
<%= result.msg[x] %>
<% } %>
<% } %> <% } %> <% } %> <% if( typeof privilege != 'undefined'){ var priv = privilege.privilege; } else { var priv = 'A'; } %>
<% rows.forEach( function(row) { %> <% }); %>
*VNF_VENDOR_NAME *VNF_MODEL *SERVICE_PORT_NAME *DEVICE_VENDOR_NAME *DEVICE_MODEL *MAPPED_SERVICE_PORT_NAME
<%= row.vnf_vendor_name %> <%= row.vnf_model %> <%= row.service_port_name %> <%= row.device_vendor_name %> <%= row.device_model %> <%= row.mapped_service_port_name %>