Adapting GUI for error report managing 59/89759/9
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Wed, 12 Jun 2019 13:55:45 +0000 (15:55 +0200)
committerWojciech Sliwka <wojciech.sliwka@nokia.com>
Mon, 8 Jul 2019 07:01:14 +0000 (07:01 +0000)
commit89b0566dcf587d36f713d301b27009ce1d3bbec6
treea7e90f305ef6936d7d48b3fafd6e3289696855c6
parent5fdd07ac5c8b0a229b437aed258710a29801c31a
Adapting GUI for error report managing

Change-Id: Idb3f5750596334990b030bfdf2f6551ad4d1c8e3
Issue-ID: VID-488
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
27 files changed:
epsdk-app-onap/src/main/webapp/WEB-INF/jsp/serviceModels.jsp
vid-app-common/src/main/java/org/onap/vid/properties/Features.java
vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties
vid-app-common/src/main/webapp/WEB-INF/conf/features.properties
vid-app-common/src/main/webapp/app/vid/scripts/constants/componentConstants.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceModelController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/msoCommitController.js
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.html
vid-app-common/src/main/webapp/app/vid/scripts/modals/report-modal/report-modal-request.controller.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/report-modal/report-modal-request.controller.test.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/report-modal/report-modal.controller.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/report-modal/report-modal.controller.test.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/report-modal/report-modal.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/report-modal/report-modal.html [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/services/reportService.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/view-models/aaiGetSubs.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/aaiGetSubscriberList.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/aaiServiceTypes.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/aaiSubDetails.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/aaiSubViewEdit.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/createInstanceServiceModels.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/creationDialog.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/msoCommit.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/serviceModels.htm