aboutsummaryrefslogtreecommitdiffstats
path: root/ccsdk-app-overlay/src/main/webapp/app/ccsdk/home/oom_spa.html
blob: 74651a9f906ce2291f0551cc2ff984b58c3b19e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<!-- ONAP Operations Manager Dashboard single-page application using B2B/DS2. -->	
<html>
	<head>
	<meta charset="UTF-8">
	<title>OOM Dashboard</title>
    <link rel="icon" type="image/ico" href="app/ccsdk/images/onap_32x32.ico" />

	<!-- Third-party scripts from EPSDK overlay -->	
	<script src="app/fusion/external/angular-1.4.8/angular.js"></script>	
	<script src="app/fusion/external/angular-1.4.8/angular-cookies.js"></script>	
	<script src="app/fusion/external/angular-1.4.8/angular-messages.js"></script>	
	<script src="app/fusion/external/angular-1.4.8/angular-route.js"></script>	
	<script src="app/fusion/external/angular-1.4.8/angular-sanitize.js"></script>	
	<script src="app/fusion/external/angular-1.4.8/angular-touch.js"></script>	
	<script src="app/fusion/external/jquery/dist/jquery.min.js"></script>
	<script src="app/fusion/external/javascript-detect-element-resize/jquery.resize.js"></script>
	<script src="app/fusion/external/angular-bootstrap/ui-bootstrap-tpls.min.js"></script>
	
	<!-- Third-party scripts from app -->
	<!-- https://github.com/jeremyfa/yaml.js -->
	<script src="app/ccsdk/external/bootstrap.min.js" type="text/javascript"></script>
	<script src="app/ccsdk/external/yaml.js" type="text/javascript"></script>
	
	<script src="app/fusion/external/b2b/js/b2b-angular/b2b-library.js"></script>
	<!-- Tweaked CSS -->
	<link rel="stylesheet" type="text/css" href="app/fusion/external/b2b/css/b2b-angular/b2b-angular.css">
	<link rel="stylesheet" type="text/css" href="app/fusion/external/b2b/css/b2b-angular/font_icons.css">

	<!-- icons in open source -->
	<link rel="stylesheet" type="text/css" href="app/fusion/external/ds2/css/digital-ng-library/ionicons.css">
	<link rel="stylesheet" type="text/css" href="app/fusion/external/ds2/css/digital-ng-library/ecomp-ionicons.css">

	<link rel="stylesheet" type="text/css" href="app/fusion/styles/ecomp.css">
	
    <!-- main app -->
	<script src="app/ccsdk/home/modal-service.js"></script>
	<script src="app/ccsdk/home/appDS2.js"></script> 

	<!-- directives and services -->
	<script src="app/fusion/scripts/DS2-services/userInfoServiceDS2.js"></script>
	<script src="app/fusion/scripts/DS2-services/headerServiceDS2.js"></script>
	<script src="app/fusion/scripts/DS2-services/manifestService.js"></script>
	<script src="app/fusion/scripts/DS2-directives/footer.js"></script>
	<script src="app/fusion/scripts/DS2-directives/ds2Header.js"></script>
	<script src="app/fusion/scripts/DS2-services/leftMenuServiceDS2.js"></script>
	<script src="app/fusion/scripts/DS2-directives/ds2LeftMenu.js"></script>
	<script src="app/fusion/scripts/DS2-directives/b2b-leftnav-ext.js"></script> 
	 
	<!-- OOM home -->
	<script src="app/ccsdk/home/tree-view-controller.js"></script>
	<script src="app/ccsdk/home/tree-view-directive.js"></script>
	<script src="app/ccsdk/home/controller-service.js"></script>
	<script src="app/ccsdk/home/oom-instances-controller.js"></script>
	<script src="app/ccsdk/home/executions-view-controller.js"></script>
	<script src="app/ccsdk/home/http-interceptor.js"></script>
	<link rel="stylesheet" href="app/ccsdk/home/tree-view-style.css"/>
	<link rel="stylesheet" href="app/ccsdk/home/oom-style.css"/>	

	<!-- Cloudify -->
	<script src="app/ccsdk/cloudify/blueprint-service.js"></script>
	<script src="app/ccsdk/cloudify/deployment-service.js"></script>
	<script src="app/ccsdk/cloudify/execution-service.js"></script>
	<script src="app/ccsdk/cloudify/tosca-table-controller.js"></script>
	<script src="app/ccsdk/cloudify/blueprint-controllers.js"></script>
	<script src="app/ccsdk/cloudify/deployment-controllers.js"></script>
	<script src="app/ccsdk/cloudify/execution-table-controller.js"></script>
	
	<!--Inventory-->
	<script src="app/ccsdk/inventory/blueprint-service.js"></script>
	<script src="app/ccsdk/inventory/deployment-service.js"></script>
	<script src="app/ccsdk/inventory/execution-service.js"></script>
	<script src="app/ccsdk/inventory/blueprint-controllers.js"></script>
	<script src="app/ccsdk/inventory/deployment-controllers.js"></script>
	
	<!-- Consul -->
	<script src="app/ccsdk/consul/service-health-service.js"></script>	
	<script src="app/ccsdk/consul/service-controllers.js"></script>
	<script src="app/ccsdk/consul/node-table-controller.js"></script>
	<script src="app/ccsdk/consul/node-health-service.js"></script>	
	<script src="app/ccsdk/consul/node-services-controller.js"></script>
	<script src="app/ccsdk/consul/datacenter-table-controller.js"></script>
	<script src="app/ccsdk/consul/datacenter-health-service.js"></script>

	<!-- Ops -->
	<script src="app/ccsdk/ops/tabs-view-controller.js"></script>
	
	<!-- user admin pages --> 
	<script src="app/fusion/scripts/DS2-services/adminService.js"></script>
	<script src="app/fusion/scripts/DS2-services/ds2-profile/selfProfileService.js"></script> 
	<script src="app/fusion/scripts/DS2-services/profileServiceDS2.js"></script>
	<script src="app/fusion/scripts/DS2-controllers/ds-profile/post-controller.js"></script>
	<script src="app/fusion/scripts/DS2-controllers/ds2-profile/self-profile-controller.js"></script> 
	<script src="app/fusion/scripts/DS2-services/postSearch.js"></script>	  
 	<script src="app/fusion/scripts/DS2-controllers/profile-search-controller-DS2.js"></script>

	<!-- app admin pages -->	
	<script src="app/fusion/scripts/DS2-services/adminMenuService.js"></script>
	<script src="app/fusion/scripts/DS2-controllers/admin-controller.js"></script>
	<script src="app/fusion/scripts/DS2-controllers/admin-menu-edit.js"></script> 
	<script src="app/fusion/scripts/DS2-controllers/usage-list-controller.js"></script>	  	
	<script src="app/fusion/scripts/DS2-controllers/fn-menu-add-popup-controller.js"></script>
	
	<!-- main page -->
	<script src="app/ccsdk/home/oom-router.js"></script>

	<style>
		.csep-root1{
		background: white;
		}
		.dropdown-submenu {
	    position: relative;
		}
		
		.dropdown-submenu .dropdown-menu {
		    top: 0;
		    left: 100%;
		    margin-top: -1px;
		}
	</style>
	
	</head>
	<body class="appBody" ng-app="abs">
		<!-- double quotation marks are required for the popup templates - values are string literals -->
  	  	<div ng-include src="'app/ccsdk/home/oom_popup_templates.html'"></div>
		<div ng-include src="'app/ccsdk/home/oom_instances_popup.html'"></div>
  	  	<div ng-include src="'app/ccsdk/cloudify/blueprint_popups.html'"></div>
  	  	<div ng-include src="'app/ccsdk/cloudify/deployment_popups.html'"></div>
  	  	<div ng-include src="'app/ccsdk/inventory/inventory_blueprint_popups.html'"></div>
  	  	<div ng-include src="'app/ccsdk/inventory/inventory_deployment_popups.html'"></div>
  	  	<div ng-include src="'app/ccsdk/inventory/inventory_execution_popups.html'"></div>
	    <div ng-include src="'app/ccsdk/consul/service_popups.html'"></div>
	    <div ng-include src="'app/ccsdk/consul/node_popups.html'"></div>
		<div ds2-header id="header" class="header-container"></div>
		<div ds2-menu id="menu-container" class="menu-container"></div>
		<div ng-view id="rightContentProfile" class="content-container"></div>		
		<div ds2-footer class="footer-container"></div> 
	</body>
</html>