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

VM Networks

<% 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'; } %>
<% if (priv == 'A'){ %>
<% } %> <% if(priv == 'A'){ %> <% } %> <% rows.forEach( function(row) { %> <% if(priv == 'A' ) { %> <% } %> <% }); %>
*VNF_TYPE *VM_TYPE *NETWORK_ROLE IP_COUNT ASSIGN_IPS ASSIGN_MACS ASSIGN_FLOATING_IPAction
<%= row.vnf_type %> <%= row.vm_type %> <%= row.network_role %> <%= row.ip_count %> <%= (row.assign_ips == '1') ? 'true' : 'false' %> <%= (row.assign_macs == '1') ? 'true' : 'false' %> <%= (row.assign_floating_ip == '1') ? 'true' : 'false' %>
<% if(priv == 'A'){ %>

Choose a file to upload.

<% } %>
<% include ../partials/vm_networks %>