From cab41e597b4549efaa204246949430dde69a127a Mon Sep 17 00:00:00 2001 From: Abhishek Date: Wed, 3 Feb 2016 11:45:40 -0800 Subject: [PATCH] Closes-Bug: #1534484 Add interfaces on Project & Network details page 1. Add interfaces tab under network 2. Show a message if instance info is available in config but not available in analytics Change-Id: I4dd32016b707edf61c10dafe76f2598cd0c45248 --- webroot/js/contrail-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/js/contrail-common.js b/webroot/js/contrail-common.js index 9e6b42044..c384a09b3 100644 --- a/webroot/js/contrail-common.js +++ b/webroot/js/contrail-common.js @@ -98,7 +98,7 @@ function Contrail() { return returnFlag; } else { - return contrail.checkIfExist(value[pathString]); + return contrail.checkIfExist(valueObject[pathString]); } } };