From 25b96c1ab3b19b02e71ea3e5f8b17fc5014d51d3 Mon Sep 17 00:00:00 2001 From: BlackDex Date: Tue, 13 Mar 2018 12:17:30 +0100 Subject: [PATCH] Fixed markdown/layout of the examples (#8365) --- doc/Extensions/Dashboards.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Extensions/Dashboards.md b/doc/Extensions/Dashboards.md index ce3feb652a..a601f849ad 100644 --- a/doc/Extensions/Dashboards.md +++ b/doc/Extensions/Dashboards.md @@ -73,6 +73,7 @@ In the dashboard, you want to create an interface graph select the widget called When using the Generic-image widget you can provide the width and height of the widget with your request. This will ensure that the image will fit nicely with the dimensions if the Generic-image widget. You can add @AUTO_HEIGHT@ and @AUTO_WIDTH@ to the Image URL as parameters. -Examples: + +#### Examples: + http://librenms.example.com/graph.php?id=333%2C444&type=multiport_bits_separate&legend=no&absolute=1&from=-14200&width=@AUTO_WIDTH@&height=@AUTO_HEIGHT@ + http://example.com/myimage.php?size=@AUTO_WIDTH@x@AUTO_HEIGHT@