From 079361b190a1af029c7a16c732f6a3831219c423 Mon Sep 17 00:00:00 2001 From: mattieserver Date: Wed, 17 Feb 2021 11:02:58 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17434c8..019e96a 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,16 @@ PLUGINS = ["netbox_topology_views"] Then run `python3 manage.py collectstatic --no-input` +### Versions + +| netbox version | netbox-topology-views version | +| ------------- |-------------| +| >= 2.10.0 | >= v0.5.0 | +| < 2.10.0 | =< v0.4.10 | + ### Custom field: coordinates -There is also support for custom fiels. +There is also support for custom fields. If you create a custom field "coordinates" for "dcim > device" with type "text" and name "coordinates" you will see the same layout every time.