blob: af5e294439939e6cce4d4eb733635026bdb68ac6 [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
Jeremy Mowery6efeb7a2016-02-25 09:32:00 -070019<!-- browserSync -->
20<!-- bower:css -->
Matteo Scandoloe993b882016-05-17 17:30:14 -070021<link rel="stylesheet" href="vendor/bootstrap-css/css/bootstrap.min.css" />
22<link rel="stylesheet" href="vendor/angular-chart.js/dist/angular-chart.css" />
Jeremy Mowery6efeb7a2016-02-25 09:32:00 -070023<!-- endbower --><!-- endcss -->
24<!-- inject:css -->
Matteo Scandolo195dde92016-07-25 16:43:16 -070025<link rel="stylesheet" href="/css/dev.css">
Matteo Scandoloe993b882016-05-17 17:30:14 -070026<link rel="stylesheet" href="/css/main.css">
Matteo Scandoloe993b882016-05-17 17:30:14 -070027<link rel="stylesheet" href="/../../../xos/core/static/xosNgLib.css">
Jeremy Mowery6efeb7a2016-02-25 09:32:00 -070028<!-- endinject -->
29
Jeremy Mowery81e84cc2016-04-19 17:01:48 -070030<div ng-app="xos.openVPNDashboard" id="xosOpenVPNDashboard">
Jeremy Mowery6efeb7a2016-02-25 09:32:00 -070031 <div ui-view></div>
32</div>
33
34<!-- bower:js -->
35<script src="vendor/jquery/dist/jquery.js"></script>
36<script src="vendor/angular/angular.js"></script>
37<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 Scandoloe993b882016-05-17 17:30:14 -070040<script src="vendor/angular-animate/angular-animate.js"></script>
Jeremy Mowery6efeb7a2016-02-25 09:32:00 -070041<script src="vendor/angular-resource/angular-resource.js"></script>
Matteo Scandoloe993b882016-05-17 17:30:14 -070042<script src="vendor/lodash/lodash.js"></script>
43<script src="vendor/bootstrap-css/js/bootstrap.min.js"></script>
44<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>
Jeremy Mowery6efeb7a2016-02-25 09:32:00 -070048<!-- endbower --><!-- endjs -->
49<!-- inject:js -->
Matteo Scandolo195dde92016-07-25 16:43:16 -070050<script src="/vendor/ng-xos-lib/dist/ngXosHelpers.min.js"></script>
Jeremy Mowery6efeb7a2016-02-25 09:32:00 -070051<script src="/.tmp/main.js"></script>
52<!-- endinject -->