|
|
@@ -12,7 +12,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="editor-row" ng-if="ctrl.panel.mappingType==1">
|
|
|
- <h5 class="page-heading">Set value mappings</h5>
|
|
|
+ <h5 class="section-heading">Set value mappings</h5>
|
|
|
<div class="gf-form-group">
|
|
|
<div class="gf-form" ng-repeat="map in ctrl.panel.valueMaps">
|
|
|
<span class="gf-form-label">
|
|
|
@@ -34,7 +34,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="editor-row" ng-if="ctrl.panel.mappingType==2">
|
|
|
- <h5 class="page-heading">Set range mappings</h5>
|
|
|
+ <h5 class="section-heading">Set range mappings</h5>
|
|
|
<div class="gf-form-group">
|
|
|
<div class="gf-form" ng-repeat="rangeMap in ctrl.panel.rangeMaps">
|
|
|
<span class="gf-form-label">
|