blob: 9dda760760ed5526cc796d6c529f5b599c6646f8 [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 Scandolo04564952016-02-24 11:22:48 -080019<!-- browserSync -->
Matteo Scandoloe64dcc02016-08-02 11:53:22 -070020<!-- endcss -->
Matteo Scandolo04564952016-02-24 11:22:48 -080021<!-- inject:css -->
Matteo Scandolo70ac2162016-02-24 15:40:22 -080022<link rel="stylesheet" href="/static/css/xosDiagnostic.css">
Matteo Scandolo04564952016-02-24 11:22:48 -080023<!-- endinject -->
24
Matteo Scandolodd55c132016-04-13 10:46:08 -070025<div ng-app="xos.diagnostic" id="xosDiagnostic">
Matteo Scandolo04564952016-02-24 11:22:48 -080026 <div ui-view></div>
27</div>
28
Matteo Scandoloe64dcc02016-08-02 11:53:22 -070029<!-- endjs -->
Matteo Scandolo04564952016-02-24 11:22:48 -080030<!-- inject:js -->
Matteo Scandolo70ac2162016-02-24 15:40:22 -080031<script src="/static/js/xosDiagnostic.js"></script>
Matteo Scandolo04564952016-02-24 11:22:48 -080032<!-- endinject -->