Matteo Scandolo | c3804aa | 2017-08-09 16:00:43 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright 2017-present Open Networking Foundation |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations 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 Scandolo | c8a58c8 | 2017-08-17 17:14:38 -0700 | [diff] [blame] | 37 | <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 Scandolo | c3804aa | 2017-08-09 16:00:43 -0700 | [diff] [blame] | 44 | </tbody> |
| 45 | </table> |