Matteo Scandolo | fc4b37b | 2017-02-02 12:18:47 -0800 | [diff] [blame^] | 1 | <section class="content"> |
| 2 | <div class="container-fluid"> |
| 3 | <div class="row"> |
| 4 | <div class="col-xs-12"> |
| 5 | <h1>Xos Sample GUI Extension</h1> |
| 6 | </div> |
| 7 | <div class="col-xs-12"> |
| 8 | <p>This page is loaded from an external container!</p> |
| 9 | </div> |
| 10 | <div class="col-xs-12"> |
| 11 | From this extension you can use all the feature provided by the core, <br/> |
| 12 | for example you can toggle the side panel injecting custom content. |
| 13 | <br/> |
| 14 | <br/> |
| 15 | <a ng-click="vm.togglePanel()" class="btn btn-success">Open Side Panel</a> |
| 16 | </div> |
| 17 | </div> |
| 18 | </div> |
| 19 | </section> |