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

Max Port Speed

<% 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') { %> <% } %> <% }); %>
*ID *Image File Name *End Point Position *Interface Name *Max Speed *UnitAction
<%= row.max_port_speed_id %> <%= row.image_file_name %> <%= row.end_point_position %> <%= row.interface_name %> <%= row.max_speed %> <%= row.unit %>
<% include ../partials/max_port_speed %>