From 4d61d079e6d803e1772ab4a0cb404513bcd611ea Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Mon, 3 Apr 2017 15:34:53 +0530 Subject: Integration of LCM and ResMgr to container IssueID : CLIENT-189 Change-Id: If946cccf2a7867d81417ac8990735d73963faeaa Signed-off-by: Seshu-Kumar-M --- .../src/main/webapp/lifecyclemgr/css/style.css | 6 ++++++ .../src/main/webapp/lifecyclemgr/index.html | 2 +- resmgr/src/main/webapp/resmgr/css/style.css | 21 +++++++++++++++++++++ resmgr/src/main/webapp/resmgr/index.html | 1 + .../src/main/webapp/resmgr/templates/resource.html | 2 +- 5 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 resmgr/src/main/webapp/resmgr/css/style.css diff --git a/lifecyclemgr/src/main/webapp/lifecyclemgr/css/style.css b/lifecyclemgr/src/main/webapp/lifecyclemgr/css/style.css index e7de35c5..954ad091 100644 --- a/lifecyclemgr/src/main/webapp/lifecyclemgr/css/style.css +++ b/lifecyclemgr/src/main/webapp/lifecyclemgr/css/style.css @@ -188,4 +188,10 @@ select { .delete-icon { background: url("../images/delete.png") no-repeat; height: 16px; +} + +.containerh{ + background-color:white !important; + min-height:500px; + } \ No newline at end of file diff --git a/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html b/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html index b64eed68..15cf0359 100644 --- a/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html +++ b/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html @@ -47,7 +47,7 @@ -
+
Life Cycle Manager
diff --git a/resmgr/src/main/webapp/resmgr/css/style.css b/resmgr/src/main/webapp/resmgr/css/style.css new file mode 100644 index 00000000..97faca8a --- /dev/null +++ b/resmgr/src/main/webapp/resmgr/css/style.css @@ -0,0 +1,21 @@ +/* Copyright 2017, Huawei Technologies Co., Ltd. + * + * 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. + */ + + +.containerheight{ + background-color:white !important; + min-height:500px; + +} \ No newline at end of file diff --git a/resmgr/src/main/webapp/resmgr/index.html b/resmgr/src/main/webapp/resmgr/index.html index 69a41ea7..b0e82587 100644 --- a/resmgr/src/main/webapp/resmgr/index.html +++ b/resmgr/src/main/webapp/resmgr/index.html @@ -32,6 +32,7 @@ + diff --git a/resmgr/src/main/webapp/resmgr/templates/resource.html b/resmgr/src/main/webapp/resmgr/templates/resource.html index 3428c96d..cb01af39 100644 --- a/resmgr/src/main/webapp/resmgr/templates/resource.html +++ b/resmgr/src/main/webapp/resmgr/templates/resource.html @@ -14,7 +14,7 @@ */--> -
+
-- cgit 1.2.3-korg