X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=sdnc-a1-controller%2Foam%2Fadmportal%2Fviews%2Fgamma%2FnbVlanPool.ejs;fp=sdnc-a1-controller%2Foam%2Fadmportal%2Fviews%2Fgamma%2FnbVlanPool.ejs;h=0000000000000000000000000000000000000000;hb=6a24cde9bbcc101fca02204ca6f1c69ada049790;hp=9d3a8d1bec2938486a1bafe32302461a25aa4969;hpb=22ca33237c833c90e3626bf1132e72282e207ea5;p=nonrtric.git diff --git a/sdnc-a1-controller/oam/admportal/views/gamma/nbVlanPool.ejs b/sdnc-a1-controller/oam/admportal/views/gamma/nbVlanPool.ejs deleted file mode 100644 index 9d3a8d1b..00000000 --- a/sdnc-a1-controller/oam/admportal/views/gamma/nbVlanPool.ejs +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - <% include ../partials/head %> - <% include ../partials/header %> - - SDN-C AdminPortal - - - - - - -
-

NetBond VLAN Pools

-
- -<% 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') { %> - - <% } else { %> - - <% } %> - - <% }); %> - -
AIC Site IdAvailability ZoneVLAN Plan IdPlan TypePurposeVLAN IdStatusAction
<%= row.aic_site_id %><%= row.availability_zone %><%= row.vlan_plan_id %><%= row.plan_type %><%= row.purpose %><%= row.vlan_id %><%= row.status %> - -  
-
- -<% include ../partials/nb_vlan_pool %> - - - - - - -