diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-11-18 10:56:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-18 10:56:42 +0000 |
commit | cfe18b62c2c3cfabdf4322b02c2e49e6ea284d3c (patch) | |
tree | f03aeb527ef1a29e0cce40f836fe0b04e54f0941 /ui-react/src/api/LoopCache.js | |
parent | 4dc849f66bf9c8749ca8d2ef228fceee4d358ca1 (diff) | |
parent | 289e8e1f1858e970f92b50a1e601521edeefd44f (diff) |
Merge "Create Service object"
Diffstat (limited to 'ui-react/src/api/LoopCache.js')
-rw-r--r-- | ui-react/src/api/LoopCache.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui-react/src/api/LoopCache.js b/ui-react/src/api/LoopCache.js index dd8c5b52..95eb9310 100644 --- a/ui-react/src/api/LoopCache.js +++ b/ui-react/src/api/LoopCache.js @@ -99,11 +99,11 @@ export default class LoopCache { } getResourceDetailsVfProperty() { - return this.loopJsonCache["modelPropertiesJson"]["resourceDetails"]["VF"]; + return this.loopJsonCache["modelService"]["resourceDetails"]["VF"]; } getResourceDetailsVfModuleProperty() { - return this.loopJsonCache["modelPropertiesJson"]["resourceDetails"]["VFModule"]; + return this.loopJsonCache["modelService"]["resourceDetails"]["VFModule"]; } getLoopLogsArray() { |