aboutsummaryrefslogtreecommitdiffstats
path: root/demo-ui/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'demo-ui/app/views')
-rw-r--r--demo-ui/app/views/css/vcpe.css12
-rw-r--r--demo-ui/app/views/mef-panel.html32
2 files changed, 22 insertions, 22 deletions
diff --git a/demo-ui/app/views/css/vcpe.css b/demo-ui/app/views/css/vcpe.css
index 0d08734..4e81462 100644
--- a/demo-ui/app/views/css/vcpe.css
+++ b/demo-ui/app/views/css/vcpe.css
@@ -26,7 +26,7 @@ input[type='number'] {
background-color: none;
}
.selected-item-idle {
- background-color: #e3e3e3;
+ background-color: #E3E3E3;
}
.selected-item-delete {
background-color: #FFE4E1;
@@ -36,7 +36,7 @@ input[type='number'] {
}
.primary-container {
border: 3px solid black;
- background-color: #e3e3e3;
+ background-color: #E3E3E3;
border-radius: 15px;
padding: 10px;
height: 400px;
@@ -169,7 +169,7 @@ input[type='number'] {
}
.frame .content .action-container .cos-container {
border: 3px solid black;
- background-color: #e3e3e3;
+ background-color: #E3E3E3;
border-radius: 15px;
padding: 10px;
height: 400px;
@@ -206,7 +206,7 @@ input[type='number'] {
}
.frame .content .action-container .epl-container {
border: 3px solid black;
- background-color: #e3e3e3;
+ background-color: #E3E3E3;
border-radius: 15px;
padding: 10px;
height: 400px;
@@ -243,7 +243,7 @@ input[type='number'] {
}
.frame .content .monitor-container .mef-container {
border: 3px solid black;
- background-color: #e3e3e3;
+ background-color: #E3E3E3;
border-radius: 15px;
padding: 10px;
height: 400px;
@@ -266,7 +266,7 @@ input[type='number'] {
font-size: small;
font-weight: bold;
text-align: center;
- background-color: #e3e3e3;
+ background-color: #E3E3E3;
}
.frame .content .monitor-container .mef-container .mef-data-label {
color: purple;
diff --git a/demo-ui/app/views/mef-panel.html b/demo-ui/app/views/mef-panel.html
index df9f60b..9a88e88 100644
--- a/demo-ui/app/views/mef-panel.html
+++ b/demo-ui/app/views/mef-panel.html
@@ -27,7 +27,7 @@ To Do
<div class="uni-label-col">Uni ID:</div>
<div class="data-col" ng-show="showEvcValues()">
<span class="data-item">
- {{ currentEvcUnis[0].uni[0]["id"] }}
+ {{ currentEvcUnis[0].node[0]["node-id"] }}
</span>
</div>
</div>
@@ -36,7 +36,7 @@ To Do
<div class="uni-label-col">IP Address:</div>
<div class="data-col" ng-show="showEvcValues()">
<span class="data-item">
- {{ currentEvcUnis[0].uni[0]["ip-address"] }}
+ {{ currentEvcUnis[0].node[0]["cl-unimgr-mef:ip-address"] }}
</span>
</div>
</div>
@@ -45,7 +45,7 @@ To Do
<div class="uni-label-col">MAC Address:</div>
<div class="data-col" ng-show="showEvcValues()">
<span class="data-item">
- {{ currentEvcUnis[0].uni[0]["mac-address"] }}
+ {{ currentEvcUnis[0].node[0]["cl-unimgr-mef:mac-address"] }}
</span>
</div>
</div>
@@ -63,7 +63,7 @@ To Do
<div class="uni-label-col">Mac Layer:</div>
<div class="data-col" ng-show="showEvcValues()">
<span class="data-item">
- {{ currentEvcUnis[0].uni[0]["mac-layer"] }}
+ {{ currentEvcUnis[0].node[0]["cl-unimgr-mef:mac-layer"] }}
</span>
</div>
</div>
@@ -72,7 +72,7 @@ To Do
<div class="uni-label-col">Phys Medium:</div>
<div class="data-col" ng-show="showEvcValues()">
<span class="data-item">
- {{ currentEvcUnis[0].uni[0]["physical-medium"] }}
+ {{ currentEvcUnis[0].node[0]["cl-unimgr-mef:physical-medium"] }}
</span>
</div>
</div>
@@ -81,7 +81,7 @@ To Do
<div class="uni-label-col">MTU Size:</div>
<div class="data-col" ng-show="showEvcValues()">
<span class="data-item">
- {{ currentEvcUnis[0].uni[0]["mtu-size"] }}
+ {{ currentEvcUnis[0].node[0]["cl-unimgr-mef:mtu-size"] }}
</span>
</div>
</div>
@@ -90,7 +90,7 @@ To Do
<div class="uni-label-col">Mode:</div>
<div class="data-col" ng-show="showEvcValues()">
<span class="data-item">
- {{ currentEvcUnis[0].uni[0]["mode"] }}
+ {{ currentEvcUnis[0].node[0]["cl-unimgr-mef:mode"] }}
</span>
</div>
</div>
@@ -99,7 +99,7 @@ To Do
<div class="uni-label-col">Type:</div>
<div class="data-col" ng-show="showEvcValues()">
<span class="data-item">
- {{ currentEvcUnis[0].uni[0]["type"] }}
+ {{ currentEvcUnis[0].node[0]["cl-unimgr-mef:type"] }}
</span>
</div>
</div>
@@ -289,7 +289,7 @@ To Do
<div class="uni-label-col">Uni ID:</div>
<div class="data-col" ng-show="showEvcValues()">
<span class="data-item">
- {{ currentEvcUnis[1].uni[0]["id"] }}
+ {{ currentEvcUnis[1].node[0]["node-id"] }}
</span>
</div>
</div>
@@ -298,7 +298,7 @@ To Do
<div class="uni-label-col">IP Address:</div>
<div class="data-col" ng-show="showEvcValues()">
<span class="data-item">
- {{ currentEvcUnis[1].uni[0]["ip-address"] }}
+ {{ currentEvcUnis[1].node[0]["cl-unimgr-mef:ip-address"] }}
</span>
</div>
</div>
@@ -307,7 +307,7 @@ To Do
<div class="uni-label-col">MAC Address:</div>
<div class="data-col" ng-show="showEvcValues()">
<span class="data-item">
- {{ currentEvcUnis[1].uni[0]["mac-address"] }}
+ {{ currentEvcUnis[1].node[0]["cl-unimgr-mef:mac-address"] }}
</span>
</div>
</div>
@@ -325,7 +325,7 @@ To Do
<div class="uni-label-col">Mac Layer:</div>
<div class="data-col" ng-show="showEvcValues()">
<span class="data-item">
- {{ currentEvcUnis[1].uni[0]["mac-layer"] }}
+ {{ currentEvcUnis[1].node[0]["cl-unimgr-mef:mac-layer"] }}
</span>
</div>
</div>
@@ -334,7 +334,7 @@ To Do
<div class="uni-label-col">Phys Medium:</div>
<div class="data-col" ng-show="showEvcValues()">
<span class="data-item">
- {{ currentEvcUnis[1].uni[0]["physical-medium"] }}
+ {{ currentEvcUnis[1].node[0]["cl-unimgr-mef:physical-medium"] }}
</span>
</div>
</div>
@@ -343,7 +343,7 @@ To Do
<div class="uni-label-col">MTU Size:</div>
<div class="data-col" ng-show="showEvcValues()">
<span class="data-item">
- {{ currentEvcUnis[0].uni[0]["mtu-size"] }}
+ {{ currentEvcUnis[1].node[0]["cl-unimgr-mef:mtu-size"] }}
</span>
</div>
</div>
@@ -352,7 +352,7 @@ To Do
<div class="uni-label-col">Mode:</div>
<div class="data-col" ng-show="showEvcValues()">
<span class="data-item">
- {{ currentEvcUnis[1].uni[0]["mode"] }}
+ {{ currentEvcUnis[1].node[0]["cl-unimgr-mef:mode"] }}
</span>
</div>
</div>
@@ -361,7 +361,7 @@ To Do
<div class="uni-label-col">Type:</div>
<div class="data-col" ng-show="showEvcValues()">
<span class="data-item">
- {{ currentEvcUnis[1].uni[0]["type"] }}
+ {{ currentEvcUnis[1].node[0]["cl-unimgr-mef:type"] }}
</span>
</div>
</div>