From 1666415620c98a1d2e3455f1e513b9ddbc2b80b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 6 Apr 2016 09:13:49 -0400 Subject: [PATCH] fix(): fixed minor issue in data source info popover, fixes #4576 --- public/app/features/plugins/partials/ds_http_settings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/features/plugins/partials/ds_http_settings.html b/public/app/features/plugins/partials/ds_http_settings.html index c49de6967c9..2fa0a9e782f 100644 --- a/public/app/features/plugins/partials/ds_http_settings.html +++ b/public/app/features/plugins/partials/ds_http_settings.html @@ -10,11 +10,11 @@

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

- Your access method is Direct, this means the url + Your access method is Direct, this means the url needs to be accessable from the browser. - Your access method is currently Proxy, this means the url + Your access method is currently Proxy, this means the url needs to be accessable from the grafana backend.