7673a4cc2901e2736fd9d347de703adbeb1b0038
[releng.git] / utils / test / reporting / pages / app / index.html
1 <!doctype html>
2 <html ng-app="opnfvApp">
3   <head>
4     <meta charset="utf-8">
5     <title>OPNFV-DASHBOARD EXAMPLE</title>
6     <meta name="description" content="">
7     <meta name="viewport" content="width=device-width,width=device-width,initial-scale=1">
8     <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
9     <!-- build:css(.) styles/vendor.css -->
10     <!-- bower:css -->
11     <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
12     <link rel="stylesheet" href="bower_components/metisMenu/dist/metisMenu.css" />
13     <link rel="stylesheet" href="bower_components/chosen/chosen.css" />
14     <link rel="stylesheet" href="bower_components/selectize/dist/css/selectize.css" />
15     <link rel="stylesheet" href="bower_components/components-font-awesome/css/font-awesome.css" />
16     <!-- endbower -->
17     <!-- endbuild -->
18     <!-- build:css(.tmp) styles/style.css -->
19     <!--<link rel="stylesheet" href="styles/main.css">-->
20     <link rel="stylesheet" href="styles/animate.css">
21     <link rel="stylesheet" href="styles/style.css">
22     <link rel="stylesheet" href="styles/custome.css">
23
24     <!-- endbuild -->
25   </head>
26   <body class="{{$state.current.data.specialClass}}" id="page-top">
27     <!--[if lte IE 8]>
28       <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
29     <![endif]-->
30
31     <!-- Add your site or application content here -->
32     <div ui-view></div>
33     <!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
34      <!--<script>
35        !function(A,n,g,u,l,a,r){A.GoogleAnalyticsObject=l,A[l]=A[l]||function(){
36        (A[l].q=A[l].q||[]).push(arguments)},A[l].l=+new Date,a=n.createElement(g),
37        r=n.getElementsByTagName(g)[0],a.src=u,r.parentNode.insertBefore(a,r)
38        }(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
39
40        ga('create', 'UA-XXXXX-X');
41        ga('send', 'pageview');
42     </script>-->
43
44     <!-- build:js(.) scripts/vendor.js -->
45     <!-- bower:js -->
46     <script src="bower_components/jquery/dist/jquery.js"></script>
47     <script src="bower_components/angular/angular.js"></script>
48     <script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
49     <script src="bower_components/angular-animate/angular-animate.js"></script>
50     <script src="bower_components/jquery-slimscroll/jquery.slimscroll.js"></script>
51     <script src="bower_components/jquery-slimscroll/jquery.slimscroll.min.js"></script>
52     <script src="bower_components/metisMenu/dist/metisMenu.js"></script>
53     <script src="bower_components/chosen/chosen.jquery.js"></script>
54     <script src="bower_components/oclazyload/dist/ocLazyLoad.js"></script>
55     <script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
56     <script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>
57     <script src="bower_components/angular-resource/angular-resource.js"></script>
58     <script src="bower_components/sifter/sifter.js"></script>
59     <script src="bower_components/microplugin/src/microplugin.js"></script>
60     <script src="bower_components/selectize/dist/js/selectize.js"></script>
61     <script src="bower_components/angular-selectize2/dist/angular-selectize.js"></script>
62     <!-- endbower -->
63     <!-- endbuild -->
64
65         <!-- build:js({.tmp,app}) scripts/scripts.js -->
66         <script src="scripts/app.js"></script>
67         <!--<script src="scripts/controllers/main.js"></script>-->
68         <script src="scripts/config.router.js"></script>
69         <script src="scripts/controllers/table.controller.js"></script>
70         <script src="scripts/config.js"></script>
71         <script src="scripts/directives/mydirective.js"></script>
72         <script src="scripts/factory/table.factory.js"></script>
73         <!-- endbuild -->
74 </body>
75 </html>