Browse Source

Fix fields width

master
rozetko 5 years ago
parent
commit
304ed767b1
  1. 2
      src/panel/graph_panel/partials/analytic_unit.html
  2. 4
      src/panel/graph_panel/partials/new_analytic_unit.html

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

@ -18,7 +18,7 @@
<div class="gf-form">
<label class="gf-form-label query-keyword width-8"> Type </label>
<div class="gf-form-select-wrapper">
<select class="gf-form-input width-9"
<select class="gf-form-input width-12"
ng-model="analyticUnit.type"
ng-options="type.value as type.name for type in ctrl.analyticUnitTypes[analyticUnit.detectorType]"
ng-disabled="true"

4
src/panel/graph_panel/partials/new_analytic_unit.html

@ -16,7 +16,7 @@
<div class="gf-form">
<label class="gf-form-label query-keyword width-8"> Detector Type </label>
<div class="gf-form-select-wrapper">
<select class="gf-form-input width-8"
<select class="gf-form-input width-10"
ng-model="ctrl.analyticsController.newAnalyticUnit.detectorType"
ng-options="analyticUnitDetectorType for analyticUnitDetectorType in ctrl.analyticUnitDetectorTypes"
ng-change="ctrl.analyticsController.onAnalyticUnitDetectorChange(ctrl.analyticUnitTypes);"
@ -27,7 +27,7 @@
<div class="gf-form">
<label class="gf-form-label query-keyword width-8"> Type </label>
<div class="gf-form-select-wrapper">
<select class="gf-form-input width-9"
<select class="gf-form-input width-12"
ng-model="ctrl.analyticsController.newAnalyticUnit.type"
ng-options="
type.value as type.name

Loading…
Cancel
Save