blob: 9f0fb4c38c54001d56b6443ad1c1f2f2690856b4 [file] [log] [blame]
Matteo Scandolod2044a42017-08-07 16:08:28 -07001
2<!--
3Copyright 2017-present Open Networking Foundation
4
5Licensed under the Apache License, Version 2.0 (the "License");
6you may not use this file except in compliance with the License.
7You may obtain a copy of the License at
8
9http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16-->
17
18
Matteo Scandolo8a64fa42016-01-21 11:21:03 -080019<!-- browserSync -->
20<!-- bower:css -->
Matteo Scandolo06f45d62016-01-21 15:38:06 -080021<link rel="stylesheet" href="vendor/bootstrap-css/css/bootstrap.min.css" />
Matteo Scandolo4ac9a0b2016-05-23 15:31:25 -070022<link rel="stylesheet" href="vendor/angular-chart.js/dist/angular-chart.css" />
Matteo Scandolo8a64fa42016-01-21 11:21:03 -080023<!-- endbower --><!-- endcss -->
24<!-- inject:css -->
Matteo Scandolo195dde92016-07-25 16:43:16 -070025<link rel="stylesheet" href="/css/dev.css">
Matteo Scandolo1df21732016-03-29 14:06:13 -070026<link rel="stylesheet" href="/css/main.css">
Matteo Scandolo4ac9a0b2016-05-23 15:31:25 -070027<link rel="stylesheet" href="/../../../xos/core/static/xosNgLib.css">
Matteo Scandolo8a64fa42016-01-21 11:21:03 -080028<!-- endinject -->
29
Matteo Scandolo04564952016-02-24 11:22:48 -080030<div ng-app="xos.diagnostic" id="xosDiagnostic">
Matteo Scandolo8a64fa42016-01-21 11:21:03 -080031 <div ui-view></div>
32</div>
33
34<!-- bower:js -->
Matteo Scandolo3501ccb2016-01-21 16:02:57 -080035<script src="vendor/jquery/dist/jquery.js"></script>
Matteo Scandolo4ac9a0b2016-05-23 15:31:25 -070036<script src="vendor/angular/angular.js"></script>
Matteo Scandolo8a64fa42016-01-21 11:21:03 -080037<script src="vendor/angular-mocks/angular-mocks.js"></script>
38<script src="vendor/angular-ui-router/release/angular-ui-router.js"></script>
39<script src="vendor/angular-cookies/angular-cookies.js"></script>
Matteo Scandolo4ac9a0b2016-05-23 15:31:25 -070040<script src="vendor/angular-animate/angular-animate.js"></script>
Matteo Scandolo8a64fa42016-01-21 11:21:03 -080041<script src="vendor/angular-resource/angular-resource.js"></script>
Matteo Scandolo4ac9a0b2016-05-23 15:31:25 -070042<script src="vendor/lodash/lodash.js"></script>
Matteo Scandolo06f45d62016-01-21 15:38:06 -080043<script src="vendor/bootstrap-css/js/bootstrap.min.js"></script>
Matteo Scandolo4ac9a0b2016-05-23 15:31:25 -070044<script src="vendor/Chart.js/Chart.js"></script>
45<script src="vendor/angular-chart.js/dist/angular-chart.js"></script>
46<script src="vendor/d3/d3.js"></script>
Matteo Scandolo195dde92016-07-25 16:43:16 -070047<script src="vendor/angular-recursion/angular-recursion.js"></script>
Matteo Scandolo8a64fa42016-01-21 11:21:03 -080048<!-- endbower --><!-- endjs -->
49<!-- inject:js -->
Matteo Scandolo195dde92016-07-25 16:43:16 -070050<script src="/vendor/ng-xos-lib/dist/ngXosHelpers.min.js"></script>
Matteo Scandolo8a64fa42016-01-21 11:21:03 -080051<script src="/.tmp/main.js"></script>
Matteo Scandolo388795a2016-02-22 09:57:55 -080052<script src="/.tmp/subscriber-modal.js"></script>
Matteo Scandolo219b1a72016-02-09 11:19:22 -080053<script src="/.tmp/serviceTopologyHelper.js"></script>
Matteo Scandolofcdbed32016-02-08 16:55:44 -080054<script src="/.tmp/serviceTopology.js"></script>
Matteo Scandolo219b1a72016-02-09 11:19:22 -080055<script src="/.tmp/rest_services.js"></script>
Matteo Scandolocc0db942016-02-11 17:37:08 -080056<script src="/.tmp/rackHelper.js"></script>
Matteo Scandolo9fe01af2016-02-09 16:01:49 -080057<script src="/.tmp/nodeDrawer.js"></script>
Matteo Scandolo219b1a72016-02-09 11:19:22 -080058<script src="/.tmp/logicTopologyHelper.js"></script>
Matteo Scandolo7547f042016-02-09 09:13:30 -080059<script src="/.tmp/logicTopology.js"></script>
Matteo Scandolofcdbed32016-02-08 16:55:44 -080060<script src="/.tmp/diagnostic.js"></script>
Matteo Scandolo8a64fa42016-01-21 11:21:03 -080061<script src="/.tmp/d3.js"></script>
62<script src="/.tmp/config.js"></script>
Matteo Scandolo012dddb2016-02-22 16:53:22 -080063<script src="/.tmp/chart_data_service.js"></script>
Matteo Scandolo8a64fa42016-01-21 11:21:03 -080064<!-- endinject -->