From c95e8dfe17f9ebf48ece6450c7bab40d7546ee0d Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 25 Jun 2019 11:06:06 +0200 Subject: Frontend initial draft New frontend initial draft in React with docker image in nginx Issue-ID: CLAMP-413 Change-Id: Ie5826d79aa3db23f863e8fd217189ba41534abe9 Signed-off-by: sebdet --- ui-react/public/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ui-react/public/index.html (limited to 'ui-react/public/index.html') diff --git a/ui-react/public/index.html b/ui-react/public/index.html new file mode 100644 index 000000000..85267426d --- /dev/null +++ b/ui-react/public/index.html @@ -0,0 +1,18 @@ + + + + + + + + + + +Clamp Designer UI + + + +
+ + -- cgit From 065c6a97d802c94e7b7b3b22cc82dd64667db729 Mon Sep 17 00:00:00 2001 From: xg353y Date: Tue, 25 Jun 2019 12:23:28 +0200 Subject: Restructure the clamp ui header Restructure the clamp ui header Issue-ID: CLAMP-414 Change-Id: I96553a60665553d4de8a8a60cb0e5d53ff949c62 Signed-off-by: xg353y --- ui-react/public/index.html | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'ui-react/public/index.html') diff --git a/ui-react/public/index.html b/ui-react/public/index.html index 85267426d..f255b75fb 100644 --- a/ui-react/public/index.html +++ b/ui-react/public/index.html @@ -1,4 +1,25 @@ - +/*- + * ============LICENSE_START======================================================= + * ONAP CLAMP + * ================================================================================ + * Copyright (C) 2019 AT&T Intellectual Property. All rights + * reserved. + * ================================================================================ + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * ============LICENSE_END============================================ + * =================================================================== + * + */ -- cgit From a54f640ba09c658ba3c9eabcc84cd95024e80d16 Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 25 Jun 2019 14:37:56 +0200 Subject: Fix frontend dep issue Fix the frontend dependency issues Issue-ID: CLAMP-413 Change-Id: If7c8fd1a3afff349bf044cf2271883888b3c2d9a Signed-off-by: sebdet --- ui-react/public/index.html | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) (limited to 'ui-react/public/index.html') diff --git a/ui-react/public/index.html b/ui-react/public/index.html index f255b75fb..4a10babe9 100644 --- a/ui-react/public/index.html +++ b/ui-react/public/index.html @@ -1,25 +1,26 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP CLAMP - * ================================================================================ - * Copyright (C) 2019 AT&T Intellectual Property. All rights - * reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END============================================ - * =================================================================== - * - */ + + -- cgit From 19e628ca032e6f0f9b00b7041a4c32390b5839e1 Mon Sep 17 00:00:00 2001 From: xuegao Date: Thu, 27 Jun 2019 17:41:01 +0200 Subject: Create the sub components for new Clamp UI Create the sub components for the new React Clamp UI Issue-ID: CLAMP-414 Change-Id: I3e9e6bf05559829d22936e06556fef60635a33d0 Signed-off-by: xuegao --- ui-react/public/index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'ui-react/public/index.html') diff --git a/ui-react/public/index.html b/ui-react/public/index.html index 4a10babe9..2b740fea8 100644 --- a/ui-react/public/index.html +++ b/ui-react/public/index.html @@ -5,22 +5,22 @@ Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. ================================================================================ - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END============================================ =================================================================== - + --> - + -- cgit From 1e86592650fc695615e0fa34c947b32693d03466 Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 27 Aug 2019 17:56:04 -0700 Subject: Fix frontend docker Fix the frontend docker in Nginx with https for backend in https as well Issue-ID: CLAMP-486 Change-Id: I33fd89289618affa5e734c80991aaefece31309e Signed-off-by: sebdet --- ui-react/public/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ui-react/public/index.html') diff --git a/ui-react/public/index.html b/ui-react/public/index.html index 2b740fea8..bab3e7ab6 100644 --- a/ui-react/public/index.html +++ b/ui-react/public/index.html @@ -26,15 +26,15 @@ + content="width=device-width, initial-scale=1, shrink-to-fit=no"> - - + + Clamp Designer UI - -
+ +
-- cgit