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/cos-panel.html | 171 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 demo-ui/app/views/cos-panel.html (limited to 'demo-ui/app/views/cos-panel.html') diff --git a/demo-ui/app/views/cos-panel.html b/demo-ui/app/views/cos-panel.html new file mode 100644 index 0000000..682f154 --- /dev/null +++ b/demo-ui/app/views/cos-panel.html @@ -0,0 +1,171 @@ + + +
Service Levels
+
+
+ {{ cos.id }} +
+
+ +
+ + + + + + + + + +
+ +
+
+ + + +
+
Name:
+
+ + {{ cosList[selectedCosIdx].id }} + +
+
+ +
+
+ +
+
Bandwidth:
+
+ + + {{ bwText(cosList[selectedCosIdx]) }} + +
+
+ +
+
+ + + +
+
Availability:
+
+ + {{ cosList[selectedCosIdx].availbility }} + + % +
+
+ + % +
+
+ + + +
+
Frame Delay:
+
+ + {{ cosList[selectedCosIdx].frameDelay }} + + ms +
+
+ + ms +
+
+ + + +
+
Jitter:
+
+ + {{ cosList[selectedCosIdx].jitter }} + + ms +
+
+ + ms +
+
+ + + +
+
Frame Loss:
+
+ + {{ cosList[selectedCosIdx].frameLoss }} + + % +
+
+ + % +
+
+ + +
+
Please Enter Unique Name
+
+
+ +
+
+
-- cgit 1.2.3-korg