Add New UI component for policies list 93/117093/13
authorsebdet <sebastien.determe@intl.att.com>
Sun, 24 Jan 2021 17:12:36 +0000 (18:12 +0100)
committersebdet <sebastien.determe@intl.att.com>
Mon, 15 Feb 2021 09:13:43 +0000 (10:13 +0100)
commiteb8e3f1dd891ac98f1bbaf35a2a0679146785236
treec7768442c40667e2d2ee49247e28c1b532b497cd
parent9d04a9cc8c6f4b12ae60cc0d4d42f71085f72328
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>
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