Integration of the pages to the main UI
authorseshukm <seshu.kumar.m@huawei.com>
Tue, 28 Mar 2017 13:41:57 +0000 (19:11 +0530)
committerseshukm <seshu.kumar.m@huawei.com>
Tue, 28 Mar 2017 13:41:57 +0000 (19:11 +0530)
IssueId: CLIENT-189

Change-Id: I2376a7356c37b7316cd0ec0c56bf28e3e7d4b977
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
login/src/main/webapp/login/html/menu.html
login/src/main/webapp/login/js/app.js

index 58fbcc9..2cdfd6f 100644 (file)
@@ -94,8 +94,8 @@
         </div>
     </div>
 
-    <div id="page-main-wrapper">
-        <div id="page-header">
+    <div id="page-main-wrapper" style="height:100%;">
+        <div id="page-header" >
             <div id="page-header-wrapper" class="clearfix">
                 <div class="top-icon-bar dropdown">
                     <a href="javascript:;" title="" class="user-ico clearfix" data-toggle="dropdown">
                 </div>
             </div>
         </div>
-        <div id="rightContainer" class="col-sm-8 col-md-9 col-lg-9">
-            <ui-view></ui-view>
-        </div>
+
+       <div id="rightContainer" class="col-sm-8 col-md-9 col-lg-9" style="height:100%; width:100%">
+                         <ui-view></ui-view>
+          
+        </div> 
     </div>
 </div>
\ No newline at end of file
index 6357335..cf64797 100644 (file)
@@ -39,7 +39,8 @@ var app = angular.module("POCApp", ["ui.router", "ngTable"])
             })
             .state("menu.resourceManagement", {
                 url: "/resourceManagement",
-                templateUrl : "/openoui/resmgr/index.html",
+               // templateUrl : "/openoui/resmgr/index.html",
+               template : "<iframe src='../../openoui/resmgr/index.html' height=100% width=100%> </iframe>",
                 controller : "resourceManagementCtrl",
                 authenticate: true
             })