Resource Manager main template file
authorSeshu-Kumar-M <seshu.kumar.m@huawei.com>
Fri, 17 Feb 2017 05:41:17 +0000 (11:11 +0530)
committerSeshu-Kumar-M <seshu.kumar.m@huawei.com>
Fri, 17 Feb 2017 05:41:17 +0000 (11:11 +0530)
Template file with the resmgr template code.

Issue-Id : CLIENT-145,CLIENT-146, CLIENT-147, CLIENT-148

Change-Id: If301eccb02d689647371b6d3beb9c45c68045daa
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
resmgr/src/main/webapp/templates/resource.html [new file with mode: 0644]

diff --git a/resmgr/src/main/webapp/templates/resource.html b/resmgr/src/main/webapp/templates/resource.html
new file mode 100644 (file)
index 0000000..4742778
--- /dev/null
@@ -0,0 +1,61 @@
+<!--/* Copyright 2017, Huawei Technologies Co., Ltd.\r
+*\r
+* Licensed under the Apache License, Version 2.0 (the "License");\r
+* you may not use this file except in compliance with the License.\r
+* You may obtain a copy of the License at\r
+*\r
+*    http://www.apache.org/licenses/LICENSE-2.0\r
+*\r
+* Unless required by applicable law or agreed to in writing, software\r
+* distributed under the License is distributed on an "AS IS" BASIS,\r
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+* See the License for the specific language governing permissions and\r
+* limitations under the License.\r
+*/-->\r
+\r
+\r
+<div class="homecontent center">\r
+    <div class="col-md-12 col-sm-12 col-lg-12 container">\r
+        <div class="row">\r
+            <div class="col-sm-4 col-md-2 col-lg-2">\r
+                <div id="menu_accordion" class="openoAccordian_accordionmenu">\r
+                    <div id="container" class="panel panel-default">\r
+                        <h5 class="panel-title">\r
+                            <a data-toggle="collapse" data-target="#panel1">Resource</a>\r
+                        </h5>\r
+                        <div id="panel1" class="panel-collapse collapse in">\r
+                            <ul>\r
+                                <li>\r
+                                    <a ui-sref=".site" ui-sref-active="link_active">Site</a>\r
+                                </li>\r
+                                <li>\r
+                                    <a ui-sref=".me" ui-sref-active="link_active">ME</a>\r
+                                </li>\r
+                                <li>\r
+                                    <a ui-sref=".port" ui-sref-active="link_active">Port</a>\r
+                                </li>\r
+                                <li>\r
+                                    <a ui-sref=".link" ui-sref-active="link_active">Link</a>\r
+                                </li>\r
+                                <li>\r
+                                    <a ui-sref=".location" ui-sref-active="link_active">Location</a>\r
+                                </li>\r
+                                <li>\r
+                                    <a ui-sref=".datacenter" ui-sref-active="link_active">Data Center</a>\r
+                                </li>\r
+                                <li>\r
+                                    <a ui-sref=".vim" ui-sref-active="link_active">VIM</a>\r
+                                </li>\r
+                            </ul>\r
+                        </div>\r
+                    </div>\r
+                </div>\r
+\r
+            </div>\r
+            <div id="rightContainer" class="col-sm-8 col-md-9 col-lg-9">\r
+                <!--<div id="sampleArea"></div>-->\r
+                <ui-view></ui-view>\r
+            </div>\r
+        </div>\r
+    </div>\r
+</div>
\ No newline at end of file