From c75853d4236f9c8eee48c2ffb6faafcfa74ead9c Mon Sep 17 00:00:00 2001 From: bluikko <14869000+bluikko@users.noreply.github.com> Date: Sun, 22 Sep 2019 12:47:18 +0700 Subject: [PATCH] Add graphs on device views Update documentation for #3485. --- docs/additional-features/graphs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/additional-features/graphs.md b/docs/additional-features/graphs.md index 7b37276e8..521bce6d2 100644 --- a/docs/additional-features/graphs.md +++ b/docs/additional-features/graphs.md @@ -2,7 +2,7 @@ NetBox does not have the ability to generate graphs natively, but this feature allows you to embed contextual graphs from an external resources (such as a monitoring system) inside the site, provider, and interface views. Each embedded graph must be defined with the following parameters: -* **Type:** Site, provider, or interface. This determines in which view the graph will be displayed. +* **Type:** Site, provider, device, or interface. This determines in which view the graph will be displayed. * **Weight:** Determines the order in which graphs are displayed (lower weights are displayed first). Graphs with equal weights will be ordered alphabetically by name. * **Name:** The title to display above the graph. * **Source URL:** The source of the image to be embedded. The associated object will be available as a template variable named `obj`.