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
ab30297d
Commit
ab30297d
authored
Jan 08, 2016
by
Carl Bergquist
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3679 from volter/colored-bolt
Color the annotation bolt (#3590) closes #3590
parents
3362d6bc
f4e22e49
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
public/app/features/annotations/partials/editor.html
+1
-1
public/app/partials/submenu.html
+1
-1
No files found.
public/app/features/annotations/partials/editor.html
View file @
ab30297d
...
...
@@ -44,7 +44,7 @@
<table
class=
"grafana-options-table"
>
<tr
ng-repeat=
"annotation in annotations"
>
<td
style=
"width:90%"
>
<i
class=
"fa fa-bolt
"
></i>
<i
class=
"fa fa-bolt"
style=
"color:{{annotation.iconColor}}
"
></i>
{{annotation.name}}
</td>
<td
style=
"width: 1%"
><i
ng-click=
"_.move(annotations,$index,$index-1)"
ng-hide=
"$first"
class=
"pointer fa fa-arrow-up"
></i></td>
...
...
public/app/partials/submenu.html
View file @
ab30297d
...
...
@@ -13,7 +13,7 @@
<ul
class=
"tight-form-list"
ng-if=
"dashboard.annotations.list.length > 0"
>
<li
ng-repeat=
"annotation in dashboard.annotations.list"
class=
"submenu-item annotation-segment"
ng-class=
"{'annotation-disabled': !annotation.enable}"
>
<a
ng-click=
"disableAnnotation(annotation)"
>
<i
class=
"fa fa-bolt
"
></i>
<i
class=
"fa fa-bolt"
style=
"color:{{annotation.iconColor}}
"
></i>
{{annotation.name}}
<input
class=
"cr1"
id=
"hideYAxis"
type=
"checkbox"
ng-model=
"annotation.enable"
ng-checked=
"annotation.enable"
>
<label
for=
"hideYAxis"
class=
"cr1"
></label>
...
...
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