Browse Source

Move analytic unit type higher (#395)

master
rozetko 5 years ago committed by Alexey Velikiy
parent
commit
8437dfbaf1
  1. 10
      src/panel/graph_panel/partials/analytic_unit.html

10
src/panel/graph_panel/partials/analytic_unit.html

@ -4,19 +4,13 @@
Name
</label>
<input
type="text" class="gf-form-input width-16"
type="text" class="gf-form-input width-12"
ng-model="analyticUnit.name"
ng-blur="ctrl.onAnalyticUnitChange(analyticUnit)"
>
</div>
<div class="gf-form gf-form--grow">
<div class="gf-form-label gf-form-label--grow"></div>
</div>
</div>
<div class="gf-form-inline">
<div class="gf-form">
<label class="gf-form-label query-keyword width-8"> Type </label>
<label class="gf-form-label query-keyword width-6"> Type </label>
<div class="gf-form-select-wrapper">
<select class="gf-form-input width-12"
ng-model="analyticUnit.type"

Loading…
Cancel
Save