From b17e47101c09e1b2b572ece73cbc612abbe15a38 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 27 Jul 2020 10:19:24 -0400 Subject: [PATCH] Fixes #4905: Fix front port count on device type view --- docs/release-notes/version-2.9.md | 8 ++++++++ netbox/templates/dcim/devicetype.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/version-2.9.md b/docs/release-notes/version-2.9.md index da40da064..2856c5a48 100644 --- a/docs/release-notes/version-2.9.md +++ b/docs/release-notes/version-2.9.md @@ -1,5 +1,13 @@ # NetBox v2.9 +## v2.9.0 (FUTURE) + +### Bug Fixes + +* [#4905](https://github.com/netbox-community/netbox/issues/4905) - Fix front port count on device type view + +--- + ## v2.9-beta1 (2020-07-23) **WARNING:** This is a beta release and is not suitable for production use. It is intended for development and evaluation purposes only. No upgrade path to the final v2.9 release will be provided from this beta, and users should assume that all data entered into the application will be lost. Please reference [the v2.9 beta documentation](https://netbox.readthedocs.io/en/develop-2.9/) for further information regarding this release. diff --git a/netbox/templates/dcim/devicetype.html b/netbox/templates/dcim/devicetype.html index b9db8db6f..a9addbee2 100644 --- a/netbox/templates/dcim/devicetype.html +++ b/netbox/templates/dcim/devicetype.html @@ -167,7 +167,7 @@ Interfaces {% badge interface_table.rows|length %}
  • - Front Ports {% badge front_port_table_table.rows|length %} + Front Ports {% badge front_port_table.rows|length %}
  • Rear Ports {% badge rear_port_table.rows|length %}