Add New UI component for policies list 66/117966/1
authorsebdet <sebastien.determe@intl.att.com>
Sun, 24 Jan 2021 17:12:36 +0000 (18:12 +0100)
committerLiam Fallon <liam.fallon@est.tech>
Fri, 19 Feb 2021 13:46:22 +0000 (13:46 +0000)
commite9b23b1d5bdcdecccad579f34ece0ad6d8a83172
tree066f74eca9f83447946b04c50475293c563b2e05
parenta5142f1c4716e4eca5f74c848ad1510c69330ffa
Add New UI component for policies list

Add new Ui components to list policies + the small refactoring of React Routes

Issue-ID: POLICY-2925
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I784d7c144a3a3af98a9d62b5d40b5172dbdaed47
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
(cherry picked from commit eb8e3f1dd891ac98f1bbaf35a2a0679146785236)
17 files changed:
src/main/java/org/onap/policy/clamp/policy/pdpgroup/PoliciesPdpMerger.java
src/main/resources/clds/camel/rest/clamp-api-v2.xml
src/test/java/org/onap/policy/clamp/policy/pdpgroup/PoliciesPdpMergerTest.java
src/test/resources/example/policy/policy-merger.json
src/test/resources/http-cache/example/policy/pap/v1/pdps/.file
ui-react-lib/libIndex.js
ui-react/src/LoopUI.js
ui-react/src/__snapshots__/LoopUI.test.js.snap
ui-react/src/__snapshots__/OnapClamp.test.js.snap
ui-react/src/api/LoopCache.test.js
ui-react/src/api/LoopCacheMockFile.json [moved from ui-react/src/api/LoopCache_mokeLoopJsonCache.json with 100% similarity]
ui-react/src/api/PoliciesListCache.js [new file with mode: 0644]
ui-react/src/api/PoliciesListCacheMockFile.json [new file with mode: 0644]
ui-react/src/api/PolicyService.js [new file with mode: 0644]
ui-react/src/components/dialogs/Policy/ViewAllPolicies.js [new file with mode: 0644]
ui-react/src/components/menu/MenuBar.js
ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap