|
|
@@ -29,7 +29,7 @@
|
|
|
<input type="text" class="gf-form-input width-12" ng-model="ctrl.panel.prefix" ng-change="ctrl.render()" ng-model-onblur>
|
|
|
<label class="gf-form-label width-6">Font size</label>
|
|
|
<div class="gf-form-select-wrapper">
|
|
|
- <select class="gf-form-input" ng-model="ctrl.panel.prefixFontSize" ng-options="f for f in ctrl.fontSizes" ng-change="ctrl.render()"></select>
|
|
|
+ <select class="gf-form-input" ng-model="ctrl.panel.prefixFontSize" ng-options="f for f in ctrl.fontSizes" ng-change="ctrl.render()" ng-disabled="ctrl.canChangeFontSize()"></select>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -39,7 +39,7 @@
|
|
|
<input type="text" class="gf-form-input width-12" ng-model="ctrl.panel.postfix" ng-change="ctrl.render()" ng-model-onblur>
|
|
|
<label class="gf-form-label width-6">Font size</label>
|
|
|
<div class="gf-form-select-wrapper">
|
|
|
- <select class="input-small gf-form-input" ng-model="ctrl.panel.postfixFontSize" ng-options="f for f in ctrl.fontSizes" ng-change="ctrl.render()"></select>
|
|
|
+ <select class="input-small gf-form-input" ng-model="ctrl.panel.postfixFontSize" ng-options="f for f in ctrl.fontSizes" ng-change="ctrl.render()" ng-disabled="ctrl.canChangeFontSize()"></select>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="gf-form">
|