aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/package.json
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-08-26 14:29:11 -0700
committersebdet <sebastien.determe@intl.att.com>2019-08-26 14:29:11 -0700
commit687b8de49114454bb8f2bfcedeb4a447af4178b3 (patch)
treea41cddd3532ead349c0d7cdac9557975f5942c24 /ui-react/package.json
parent8e8273217c6d47215e2ae88c890889dbb0b70fee (diff)
Fix the userInfo
Fix user Info window, now clicking on the user name make it appears + attempt to add a logout Issue-ID: CLAMP-393 Change-Id: I82686a848f7ccae95c1eab22f1923a8821ba76b1 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'ui-react/package.json')
-rw-r--r--ui-react/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui-react/package.json b/ui-react/package.json
index 358152b5b..65608bed4 100644
--- a/ui-react/package.json
+++ b/ui-react/package.json
@@ -1,6 +1,6 @@
{
"name": "onap-clamp-ui",
- "version": "4.1.0-SNAPSHOT",
+ "version": "4.1.1-SNAPSHOT",
"description": "ONAP Clamp Loop Designer UI",
"author": "ONAP Clamp Team",
"license": "Apache-2.0",
@@ -9,7 +9,7 @@
"registry": "https://nexus3.onap.org/repository/npm.snapshot/"
},
"main": "index.js",
- "proxy": "https://localhost:8080",
+ "proxy": "https://localhost:8443",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",