blob: 7e185dad6400595684f19f8416e368fde149804e [file] [log] [blame]
Matteo Scandoloc3804aa2017-08-09 16:00:43 -07001<!--
2Copyright 2017-present Open Networking Foundation
3
4Licensed under the Apache License, Version 2.0 (the "License");
5you may not use this file except in compliance with the License.
6You may obtain a copy of the License at
7
8http://www.apache.org/licenses/LICENSE-2.0
9
10Unless required by applicable law or agreed to in writing, software
11distributed under the License is distributed on an "AS IS" BASIS,
12WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13See the License for the specific language governing permissions and
14limitations under the License.
15-->
16<table class="table table-condensed">
17 <thead>
18 <tr>
19 <th>Debug Settings:</th>
20 </tr>
21 </thead>
22 <tbody>
23 <tr>
24 <td>Global</td>
25 <td class="text-right">
26 <i class="fa fa-check text-success" ng-show="vm.debugStatus.global"></i>
27 <i class="fa fa-remove text-danger" ng-hide="vm.debugStatus.global"></i>
28 </td>
29 </tr>
30 <tr>
31 <td>Events</td>
32 <td class="text-right">
33 <i class="fa fa-check text-success" ng-show="vm.debugStatus.events"></i>
34 <i class="fa fa-remove text-danger" ng-hide="vm.debugStatus.events"></i>
35 </td>
36 </tr>
Matteo Scandoloc8a58c82017-08-17 17:14:38 -070037 <tr>
38 <td>Models</td>
39 <td class="text-right">
40 <i class="fa fa-check text-success" ng-show="vm.debugStatus.modelsTab"></i>
41 <i class="fa fa-remove text-danger" ng-hide="vm.debugStatus.modelsTab"></i>
42 </td>
43 </tr>
Matteo Scandolof3717252017-10-11 15:38:54 -070044 <tr>
45 <td>Notifications</td>
46 <td class="text-right">
47 <i class="fa fa-check text-success" ng-show="vm.debugStatus.notifications"></i>
48 <i class="fa fa-remove text-danger" ng-hide="vm.debugStatus.notifications"></i>
49 </td>
50 </tr>
Matteo Scandoloc3804aa2017-08-09 16:00:43 -070051 </tbody>
52</table>