Rework of the DCAE client 77/6977/2
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 8 Aug 2017 10:16:59 +0000 (03:16 -0700)
committerSébastien Determe <sd378r@intl.att.com>
Tue, 8 Aug 2017 12:36:31 +0000 (12:36 +0000)
commitbb03393b823bc2b1ec43be654e13b83a5a74a566
treede84eda2d333e6a9a52e342a534f14cd658a6ec9
parent50d34dacd85c7fdaf73ab9e970587243d6e79ebf
Rework of the DCAE client

Rework of the DCAE client and javascripts/html pages of the designer
(part5)

Change-Id: I3e7b889e2112dc2745632a328a02c6c603ecc195
Issue-Id: CLAMP-1
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
18 files changed:
src/main/java/org/onap/clamp/clds/client/DcaeDispatcherServices.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/client/DcaeInventoryServices.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsHealthCheck.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsInfo.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/CldsVfKPIData.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/prop/PolicyChain.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/model/prop/ResourceGroup.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/util/LoggingUtils.java [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/images/Collectors.png [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/invalid_login.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/lib/angular-md5.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/logout.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/menu_simplified.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/partials/portfolios/extra_user_info.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/please_wait.html [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/ExtraUserInfoCtrl.js [new file with mode: 0644]
src/main/resources/META-INF/resources/designer/scripts/ExtraUserInfoService.js [new file with mode: 0644]
src/main/resources/policyLogger.properties [new file with mode: 0644]