Skip to content

Commit

Permalink
Closes-Bug: #1534484 Add interfaces on Project & Network details page
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Abhishek committed Feb 3, 2016
1 parent babc570 commit cab41e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/js/contrail-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function Contrail() {

return returnFlag;
} else {
return contrail.checkIfExist(value[pathString]);
return contrail.checkIfExist(valueObject[pathString]);
}
}
};
Expand Down

0 comments on commit cab41e5

Please sign in to comment.