% include ../partials/head %> <% include ../partials/header %>
SDN-C AdminPortal
uCPE VNF Model Features
<% if ( typeof result != 'undefined' ) { if (result.code.length > 0) { if ( result.code == 'success' ) { %>
<% for ( x in result.msg ){ %>
<%= result.msg[x] %>
<% } %>
<% } else { %>
<% for ( x in result.msg ){ %>
<%= result.msg[x] %>
<% } %>
<% } %> <% } %> <% } %> <% if( typeof privilege != 'undefined'){ var priv = privilege.privilege; } else { var priv = 'A'; } %>
*ATT PART NUMBER
*VNF_FEATURE
<% rows.forEach( function(row) { %>
<%= row.att_part_number %>
<%= row.vnf_feature %>
<% }); %>