X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=admportal%2Fviews%2Fgamma%2FlistVplspePool.ejs;fp=admportal%2Fviews%2Fgamma%2FlistVplspePool.ejs;h=0000000000000000000000000000000000000000;hb=5cabe36fe85a780a9fb808343d6341f15da13524;hp=b49c2a37431395d7f4dd17f22aeafc3ef593b45d;hpb=41a3f91544616f0e785e0e9e552e9fd0234cc9b3;p=sdnc%2Foam.git diff --git a/admportal/views/gamma/listVplspePool.ejs b/admportal/views/gamma/listVplspePool.ejs deleted file mode 100644 index b49c2a37..00000000 --- a/admportal/views/gamma/listVplspePool.ejs +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - <% include ../partials/head %> - <% include ../partials/header %> - - SDN-C AdminPortal - - - - - - -
-

VPLSPE 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') { %> - - <% } %> - - - <% }); %> - -
VPLSPE NameAIC Site IDAvailability ZoneInterface NameInterface SpeedInterface UnitsLoopback IPV4 AddressVLAN ID OuterVPLSPE UUIDImage FilenameProv StatusVendorAction
<%= row.vplspe_name %><%= row.aic_site_id %><%= row.availability_zone %><%= row.physical_intf_name %><%= row.physical_intf_speed %><%= row.physical_intf_units %><%= row.loopback0_ipv4_address %><%= row.vlan_id_outer %><%= row.vplspe_uuid %><%= row.image_filename %><%= row.provisioning_status %><%= row.vendor %> - - -
- - -
- -<% include ../partials/update_vplspe_pool %> - - - - - - -