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

AIC Availabilty Zone Pool

<% 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') { %> <% } %> <% rows.forEach( function(row) { %> <% if(priv == 'A') { %> <% } %> <% }); %>
AIC Site ID Availability Zone Token Service Type Status VNF ID VNF Type HypervisorAction
<%= row.aic_site_id %> <%= row.availability_zone %> <%= row.token %> <%= row.service_type %> <%= row.status %> <%= row.vnf_id %> <%= row.vnf_type %> <%= row.hypervisor %>
<% include ../partials/update_aic_avail_zone %>