From e8a4652f70284c414ceafc086669dfd4b935573d Mon Sep 17 00:00:00 2001 From: Steven Saunders Date: Wed, 12 Aug 2015 08:48:07 -0600 Subject: Add demo-ui folder. This folder contains HTML/CSS/Javascript code for the VCPE Demo UI. The Demo UI allows you to CRUD CoS instances, and EPL instances, and will also display information about EVCs and UNIs that were created as well Change-Id: I32eea1121c21e0b451efc057a0c0f30fe5601cd5 Signed-off-by: Steven Saunders --- demo-ui/app/views/epl-panel.html | 187 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 demo-ui/app/views/epl-panel.html (limited to 'demo-ui/app/views/epl-panel.html') diff --git a/demo-ui/app/views/epl-panel.html b/demo-ui/app/views/epl-panel.html new file mode 100644 index 0000000..3de2523 --- /dev/null +++ b/demo-ui/app/views/epl-panel.html @@ -0,0 +1,187 @@ + + + + +
Ethernet Private Line Services
+
+
+ {{ epl.id }} +
+
+ + + + +
+ + + + + + + + + +
+ + + +
+
+ + + +
+
Name:
+
+ + {{ eplList[selectedEplIdx].id }} + +
+ +
+ +
+
+ + + +
+
Service level
+
+ + {{ eplList[selectedEplIdx].cos }} +
+
+ +
+
+ + + + +
+
UNI 1
+
+ + {{ eplList[selectedEplIdx].uniHostIpList[0] }}  + ( {{ eplList[selectedEplIdx].custAddressList[0] }} ) + +
+ +
+ +
+
+ + + + +
+
UNI 2
+
+ + {{ eplList[selectedEplIdx].uniHostIpList[1] }}  + ( {{ eplList[selectedEplIdx].custAddressList[1] }} ) + +
+ +
+ +
+
+ + + + +
+
Assoc Evc:
+
+ + {{ eplList[selectedEplIdx].evcId }} + +
+
+ + + +
+  [Please Enter Unique Name]    + [UNI-1 and UNI-2 must be different]    + [Must create SL before creating EPL]    +
+
+ +
+ + + + + +
+
-- cgit 1.2.3-korg