blob: b525d04ba3cb191a5b6314053cc1aa2d1be35e5f [file] [log] [blame]
Matteo Scandolo500e4c42017-08-08 13:05:24 -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
Matteo Scandolo266907e2016-12-20 13:41:42 -080018<!-- Wrapper-->
19<div class="wrapper">
20
Matteo Scandolof6acdbe2016-12-13 10:29:37 -080021 <xos-header></xos-header>
Matteo Scandolo9d7940c2017-01-19 18:28:43 -080022 <xos-side-panel></xos-side-panel>
Matteo Scandolo266907e2016-12-20 13:41:42 -080023
24 <xos-nav></xos-nav>
25
Matteo Scandoloa1f748d2017-02-03 13:35:15 -080026 <div class="content">
27 <div class="container-fluid">
28 <div ui-view></div>
29 </div>
30 </div>
Matteo Scandolo266907e2016-12-20 13:41:42 -080031
Matteo Scandolobcac2dc2017-08-21 14:13:45 -070032</div>
33