Matteo Scandolo | d2044a4 | 2017-08-07 16:08:28 -0700 | [diff] [blame] | 1 | |
| 2 | <!-- |
| 3 | Copyright 2017-present Open Networking Foundation |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | |
| 18 | |
Matteo Scandolo | 4208f11 | 2016-08-10 17:02:02 -0700 | [diff] [blame] | 19 | <div id="shell-panel"> |
Matteo Scandolo | ef96992 | 2016-08-11 13:49:12 -0700 | [diff] [blame] | 20 | <div> |
| 21 | Type <code>help</code> or hit <code>TAB</code> for a list of commands. |
| 22 | </div> |
Matteo Scandolo | 4208f11 | 2016-08-10 17:02:02 -0700 | [diff] [blame] | 23 | <div id="shell-view"></div> |
Matteo Scandolo | a81496a | 2016-08-16 17:29:42 -0700 | [diff] [blame] | 24 | </div> |
| 25 | |
| 26 | <section class="component-container" ng-show="vm.componentScope"> |
| 27 | <div class="row"> |
| 28 | <div class="col-xs-6"> |
| 29 | <label>Config:</label> |
| 30 | </div> |
| 31 | <div class="col-xs-6"> |
| 32 | <label>data:</label> |
| 33 | </div> |
| 34 | </div> |
| 35 | <div class="row"> |
| 36 | <div class="col-xs-6"> |
| 37 | <div ng-model="vm.componentScope.config" ui-ace></div> |
| 38 | </div> |
| 39 | <div class="col-xs-6"> |
| 40 | <div ng-model="vm.componentScope.data" ui-ace></div> |
| 41 | </div> |
| 42 | </div> |
| 43 | <div class="row"> |
| 44 | <div class="col-xs-12 text-right"> |
| 45 | <a href="" ng-click="vm.applyScope(vm.componentScope)" class="btn btn-success">Apply Changes</a> |
| 46 | </div> |
| 47 | </div> |
| 48 | <div id="directive-container"></div> |
| 49 | </section> |