From 58b76bac0ddbd761f29d755331cd73874d59633d Mon Sep 17 00:00:00 2001 From: utkarshcmu Date: Wed, 6 Apr 2016 07:12:38 -0700 Subject: [PATCH 1/3] Removed unused option --- public/app/features/dashboard/dashnav/dashnav.html | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/features/dashboard/dashnav/dashnav.html b/public/app/features/dashboard/dashnav/dashnav.html index aec626bfe2a..19112f77a43 100644 --- a/public/app/features/dashboard/dashnav/dashnav.html +++ b/public/app/features/dashboard/dashnav/dashnav.html @@ -48,7 +48,6 @@
  • View JSON
  • Make Editable
  • Save As...
  • -
  • Set As Home
  • Delete dashboard
  • From 41dcefb1744baa2dffe371f3808e80efa9994f15 Mon Sep 17 00:00:00 2001 From: utkarshcmu Date: Wed, 6 Apr 2016 07:26:22 -0700 Subject: [PATCH 2/3] Fixed typos, lang --- docs/sources/plugins/index.md | 2 +- docs/sources/plugins/panels.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/plugins/index.md b/docs/sources/plugins/index.md index 156262a4ec1..08654bfb946 100644 --- a/docs/sources/plugins/index.md +++ b/docs/sources/plugins/index.md @@ -9,7 +9,7 @@ page_keywords: grafana, plugins, documentation From Grafana 3.0 not only datasource plugins are supported but also panel plugins and apps. Having panels as plugins make it easy to create and add any kind of panel, to show your data or improve your favorite dashboards. Apps is something new in Grafana that enables -bundling of datasources, panels, dashboards and Grafana pages into a cohesive experiance. +bundling of datasources, panels, dashboards and Grafana pages into a cohesive experience. Grafana already have a strong community of contributors and plugin developers. By making it easier to develop and install plugins we hope that the community diff --git a/docs/sources/plugins/panels.md b/docs/sources/plugins/panels.md index 7182c3182a3..179af7451c5 100644 --- a/docs/sources/plugins/panels.md +++ b/docs/sources/plugins/panels.md @@ -7,7 +7,7 @@ page_keywords: grafana, plugins, documentation # Panels -Panels are the main bulding block of dashboards. +Panels are the main building blocks of dashboards. ## Panel development From b7410ee71883a6309cd93686d19d7a42badb5b29 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Wed, 6 Apr 2016 11:03:15 -0400 Subject: [PATCH 3/3] clarify that this is only an example. fix 2 of #4576 --- public/app/features/plugins/partials/ds_http_settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/plugins/partials/ds_http_settings.html b/public/app/features/plugins/partials/ds_http_settings.html index 6b418139319..e324867f342 100644 --- a/public/app/features/plugins/partials/ds_http_settings.html +++ b/public/app/features/plugins/partials/ds_http_settings.html @@ -8,7 +8,7 @@ -

    Specify a complete HTTP url (http://your_server:8080)

    +

    Specify a complete HTTP url (for example http://your_server:8080)

    Your access method is Direct, this means the url needs to be accessable from the browser.