- <div class="gf-form-group">
- <div class="gf-form">
- <span class="gf-form-label width-14">Graphite target expression</span>
- <input type="text" class="gf-form-input max-width-20" ng-model='ctrl.annotation.target' placeholder=""></input>
- </div>
- <div class="gf-form">
- <span class="gf-form-label width-14">Graphite event tags</span>
- <input type="text" class="gf-form-input max-width-20" ng-model='ctrl.annotation.tags' placeholder=""></input>
- </div>
- </div>
|