Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
ae604b62
Commit
ae604b62
authored
Feb 29, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(annotations): minor polish to annotations editor
parent
fc8146b5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
public/app/features/annotations/editor_ctrl.js
+1
-4
public/app/features/annotations/partials/editor.html
+1
-1
public/sass/components/_color_picker.scss
+1
-1
No files found.
public/app/features/annotations/editor_ctrl.js
View file @
ae604b62
...
...
@@ -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
};
...
...
public/app/features/annotations/partials/editor.html
View file @
ae604b62
...
...
@@ -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>
...
...
public/sass/components/_color_picker.scss
View file @
ae604b62
...
...
@@ -31,7 +31,7 @@
width
:
15px
;
height
:
15px
;
border
:
none
;
margin
-right
:
5px
;
margin
:
0
;
float
:
left
;
z-index
:
0
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment