Introduction of external URLs 09/28209/1
authorArul <arul.nambi@amdocs.com>
Mon, 15 Jan 2018 16:04:25 +0000 (11:04 -0500)
committerArul <arul.nambi@amdocs.com>
Mon, 15 Jan 2018 16:09:58 +0000 (11:09 -0500)
commita38f3d6bb17a478d08016e49d6c2a667ac483d4a
treee125fd7d7b194fd3a902e34deb86bc7b8bf7b50f
parent9c0205dc5bfdac8931a4d8797240a4787d6af2dc
Introduction of external URLs

Introduce external URLs to get AAI UI to show a specific graph

Change-Id: Ibc10dab32540f2c8347df1be535e48b88308b9ec
Signed-off-by: Arul <arul.nambi@amdocs.com>
Issue-ID: AAI-626
20 files changed:
package.json
resources/images/launchExternalResource/ann-icon.svg [new file with mode: 0644]
resources/scss/_components.scss
resources/scss/components/launchExternalResource/_launchExternalResource.scss [new file with mode: 0644]
scripts/elasticsearch/auditdataConfigSettings.json [new file with mode: 0644]
scripts/elasticsearch/commands.txt [new file with mode: 0644]
scripts/elasticsearch/prepareElasticSearchBulkImport.pl [new file with mode: 0644]
scripts/elasticsearch/sampleAuditLog5.csv [new file with mode: 0644]
src/app/MainScreenHeader.jsx
src/app/MainScreenWrapperReducer.js
src/app/contextHandler/ContextHandlerActions.js
src/app/contextHandler/ContextHandlerConstants.js
src/app/networking/NetworkCalls.js
src/app/tierSupport/TierSupport.jsx
src/app/tierSupport/TierSupportReducer.js
src/app/tierSupport/launchExternalResource/LaunchExternalResource.jsx [new file with mode: 0644]
src/app/tierSupport/launchExternalResource/LaunchExternalResourceReducer.js [new file with mode: 0644]
src/app/tierSupport/selectedNodeDetails/SelectedNodeDetails.jsx
src/app/tierSupport/selectedNodeDetails/SelectedNodeDetailsReducer.js
src/generic-components/graph/ForceDirectedGraph.jsx