1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #7442: Fix missing actions column on user-configured tables

This commit is contained in:
jeremystretch
2021-10-05 09:34:30 -04:00
parent c262af550d
commit 1757102536
2 changed files with 18 additions and 8 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v3.0
## v3.0.6 (FUTURE)
### Bug Fixes
* [#7442](https://github.com/netbox-community/netbox/issues/7442) - Fix missing actions column on user-configured tables
---
## v3.0.5 (2021-10-04)
### Enhancements