diff --git a/public/app/features/annotations/partials/editor.html b/public/app/features/annotations/partials/editor.html index d8981cf982f..a39bb59310c 100644 --- a/public/app/features/annotations/partials/editor.html +++ b/public/app/features/annotations/partials/editor.html @@ -1,113 +1,152 @@ -
| Query name | +Data source | ++ | |||
|---|---|---|---|---|---|
| + + {{ annotation.name }} + | ++ + {{ annotation.name }} (Built-in) + | ++ {{ annotation.datasource || 'Default' }} + | ++ + | ++ + | ++ + + + | +
+ Annotations provide a way to integrate event data into your graphs. They are visualized as vertical lines + and icons on all graph panels. When you hover over an annotation icon you can get event text & tags for + the event. You can add annotation events directly from grafana by holding CTRL or CMD + click on graph (or + drag region). These will be stored in Grafana's annotation database. +
+ Checkout the + Annotations documentation + for more information. +- Dashboard Links allow you to place links to other dashboards and web sites directly in below the dashboard header. + Dashboard Links allow you to place links to other dashboards and web sites directly in below the dashboard + header.
| - {{link.type}} + {{ link.type }} |
- {{link.title}}
+ {{ link.title }}
- {{link.url}}
+ {{ link.url }}
-
- {{tag}}
+
+ {{ tag }}
|
@@ -77,41 +92,66 @@
Type
-
+
With tags
-
-
Title
-
+
Title
-
+
Tooltip
-
+
Icon
-
+
Include
-
+
-
\ No newline at end of file
+
+
+
+
-
-
+
+
+
-
+
+ There are no variables added yet
+
+
+ Add variable
+
+
+
+ What do variables do?++ Variables enable more interactive and dynamic dashboards. Instead of hard-coding things like server or + sensor names in your metric queries you can use variables in their place. Variables are shown as dropdown + select boxes at the top of the dashboard. These dropdowns make it easy to change the data being displayed in + your dashboard. Check out the + + Templating documentation + + for more information. + +
-
-
-
- There are no variables added yet
-
-
- Add variable
-
-
-
- Check out the
-
- Templating documentation
- for more information.
- What do variables do?-Variables enable more interactive and dynamic dashboards. Instead of hard-coding things like server or sensor - names - in your metric queries you can use variables in their place. Variables are shown as dropdown select boxes at the - top of - the dashboard. These dropdowns make it easy to change the data being displayed in your dashboard. +
+
+
| |||||||||||||