diff --git a/public/app/core/components/popover/popover.ts b/public/app/core/components/popover/popover.ts index 5c4534ad500..f2a413aca02 100644 --- a/public/app/core/components/popover/popover.ts +++ b/public/app/core/components/popover/popover.ts @@ -16,6 +16,7 @@ export function popoverDirective() { return; } + var offset = attrs.offset || '0 -10px'; transclude(function(clone, newScope) { var content = document.createElement("div"); @@ -27,10 +28,10 @@ export function popoverDirective() { target: inputElem[0], content: content, position: 'right middle', - classes: 'drop-popover', + classes: 'drop-help', openOn: 'click', tetherOptions: { - offset: "0 -10px" + offset: offset } }); diff --git a/public/app/core/components/sidemenu/sidemenu.html b/public/app/core/components/sidemenu/sidemenu.html index 6e460e813ce..200f01e23cf 100644 --- a/public/app/core/components/sidemenu/sidemenu.html +++ b/public/app/core/components/sidemenu/sidemenu.html @@ -1,7 +1,7 @@
Default
data source is preselected in new
+ new panels.
+ Specify a complete HTTP url (http://your_server:8080)
-
- When access method is Direct
then this url needs to be
- accessable from your browser.
-
- Your access method is currently Proxy
then the url needs to
- be accessable from the grafana backend.
-
Direct
, this means the url
+ needs to be accessable from the browser.
+
+
+ Your access method is currently Proxy
, this means the url
+ needs to be accessable from the grafana backend.
+