editor.html 427 B

123456789101112
  1. <div>
  2. <div class="section gf-form-group">
  3. <h5 class="section-heading">Options</h5>
  4. <div class="gf-form">
  5. <span class="gf-form-label width-8">Show</span>
  6. <div class="gf-form-select-wrapper max-width-15">
  7. <select class="gf-form-input" ng-model="ctrl.panel.show" ng-options="f.value as f.text for f in ctrl.showOptions" ng-change="ctrl.onRender()"></select>
  8. </div>
  9. </div>
  10. </div>
  11. </div>