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

Resource Rule

<% 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 *Name *End Point Position *Service Expression *Equipment Level *Equipment Expression *Allocation Expression *Soft Limit Expression *Hard Limit Expression *Service ModelAction
<%= row.resource_rule_id %> <%= row.resource_name %> <%= row.end_point_position %> <%= row.service_expression %> <%= row.equipment_level %> <%= row.equipment_expression %> <%= row.allocation_expression %> <%= row.soft_limit_expression %> <%= row.hard_limit_expression %> <%= row.service_model %>
<% include ../partials/resource_rule %>