|
|
@@ -65,7 +65,7 @@
|
|
|
<h5 class="section-heading">Options</h5>
|
|
|
<div class="gf-form-inline">
|
|
|
<div class="gf-form">
|
|
|
- <span class="gf-form-label width-7">Name</span>
|
|
|
+ <span class="gf-form-label width-9">Name</span>
|
|
|
<input type="text" class="gf-form-input width-12" ng-model='ctrl.currentAnnotation.name' placeholder="name"></input>
|
|
|
</div>
|
|
|
<div class="gf-form">
|
|
|
@@ -87,11 +87,11 @@
|
|
|
label="Hide toggle"
|
|
|
tooltip="Hides the annotation query toggle from showing at the top of the dashboard"
|
|
|
checked="ctrl.currentAnnotation.hide"
|
|
|
- label-class="width-7">
|
|
|
+ label-class="width-9">
|
|
|
</gf-form-switch>
|
|
|
</div>
|
|
|
<div class="gf-form">
|
|
|
- <label class="gf-form-label width-7">Color</label>
|
|
|
+ <label class="gf-form-label width-9">Color</label>
|
|
|
<spectrum-picker class="gf-form-input width-3" ng-model="ctrl.currentAnnotation.iconColor"></spectrum-picker>
|
|
|
</div>
|
|
|
</div>
|