mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(annotations): minor polish to annotations editor
This commit is contained in:
@@ -12,10 +12,7 @@ function (angular, _, $) {
|
||||
var annotationDefaults = {
|
||||
name: '',
|
||||
datasource: null,
|
||||
showLine: true,
|
||||
iconColor: '#C0C6BE',
|
||||
lineColor: 'rgba(255, 96, 96, 0.592157)',
|
||||
iconSize: 13,
|
||||
iconColor: 'rgba(255, 96, 96, 1)',
|
||||
enable: true
|
||||
};
|
||||
|
||||
|
||||
@@ -76,8 +76,8 @@
|
||||
<div class="gf-form">
|
||||
<label class="gf-form-label">
|
||||
<span>Color</span>
|
||||
<spectrum-picker ng-model="currentAnnotation.iconColor"></spectrum-picker>
|
||||
</label>
|
||||
<spectrum-picker class="gf-form-input" ng-model="currentAnnotation.iconColor"></spectrum-picker>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user