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

AIC Site

<% 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') { %> <% } %> <% }); %>
Name AIC Site ID VCenter URL OAM Gateway Address VCenter User VCenter Passwd City State StatusAction
<%= row.name %> <%= row.aic_site_id %> <%= row.vcenter_url %> <%= row.oam_gateway_addr %> <%= row.vcenter_username %> ***** <%= row.city %> <%= row.state %> <%= row.operational_status %>
<% include ../partials/update_aic_site %>