aboutsummaryrefslogtreecommitdiffstats
path: root/lifecyclemgr
diff options
context:
space:
mode:
authorSeshu-Kumar-M <seshu.kumar.m@huawei.com>2017-04-03 15:34:53 +0530
committerSeshu-Kumar-M <seshu.kumar.m@huawei.com>2017-04-03 15:34:53 +0530
commit4d61d079e6d803e1772ab4a0cb404513bcd611ea (patch)
tree70394c98d41630145d1e6ec35f370eef428d8172 /lifecyclemgr
parent3d86543420c08d5cb7a153778538f8baf257e2f9 (diff)
Integration of LCM and ResMgr to container
IssueID : CLIENT-189 Change-Id: If946cccf2a7867d81417ac8990735d73963faeaa Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'lifecyclemgr')
-rw-r--r--lifecyclemgr/src/main/webapp/lifecyclemgr/css/style.css6
-rw-r--r--lifecyclemgr/src/main/webapp/lifecyclemgr/index.html2
2 files changed, 7 insertions, 1 deletions
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 @@
<body ng-app="lcApp">
-<div class="homecontent center lcmanager">
+<div class="homecontent center lcmanager containerh">
<div class="col-md-12 col-sm-12 col-lg-12 container ">
<div class="lifecycleHeader">Life Cycle Manager</div>
<div class="separator-line"></div>