[PR #8341] [MERGED] Add created & last updated as available fields to all tables #13349

Closed
opened 2025-12-29 22:26:54 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8341
Author: @jasonyates
Created: 1/13/2022
Status: Merged
Merged: 1/13/2022
Merged by: @jeremystretch

Base: developHead: 8337-created-updated


📝 Commits (1)

  • 381796e Add created & last updated as available fields to all tables

📊 Changes

16 files changed (+106 additions, -63 deletions)

View changed files

📝 netbox/circuits/tables.py (+4 -4)
📝 netbox/dcim/tables/cables.py (+1 -1)
📝 netbox/dcim/tables/devices.py (+18 -13)
📝 netbox/dcim/tables/devicetypes.py (+2 -2)
📝 netbox/dcim/tables/power.py (+2 -2)
📝 netbox/dcim/tables/racks.py (+8 -4)
📝 netbox/dcim/tables/sites.py (+4 -4)
📝 netbox/extras/tables.py (+6 -5)
📝 netbox/ipam/tables/fhrp.py (+1 -1)
📝 netbox/ipam/tables/ip.py (+17 -8)
📝 netbox/ipam/tables/services.py (+4 -1)
📝 netbox/ipam/tables/vlans.py (+8 -2)
📝 netbox/ipam/tables/vrfs.py (+3 -2)
📝 netbox/tenancy/tables.py (+10 -5)
📝 netbox/virtualization/tables.py (+13 -6)
📝 netbox/wireless/tables.py (+5 -3)

📄 Description

Fixes: #8337

Adds two fields to all relevant tables to allow the addition of Created & Last Updated columns.

All tables with a Configure Table option were updated.

Some sections reformatted to comply with E501 line length as a result of changes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/8341 **Author:** [@jasonyates](https://github.com/jasonyates) **Created:** 1/13/2022 **Status:** ✅ Merged **Merged:** 1/13/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `8337-created-updated` --- ### 📝 Commits (1) - [`381796e`](https://github.com/netbox-community/netbox/commit/381796e7087453a5e5a8602514a51d980ca1e060) Add created & last updated as available fields to all tables ### 📊 Changes **16 files changed** (+106 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/tables.py` (+4 -4) 📝 `netbox/dcim/tables/cables.py` (+1 -1) 📝 `netbox/dcim/tables/devices.py` (+18 -13) 📝 `netbox/dcim/tables/devicetypes.py` (+2 -2) 📝 `netbox/dcim/tables/power.py` (+2 -2) 📝 `netbox/dcim/tables/racks.py` (+8 -4) 📝 `netbox/dcim/tables/sites.py` (+4 -4) 📝 `netbox/extras/tables.py` (+6 -5) 📝 `netbox/ipam/tables/fhrp.py` (+1 -1) 📝 `netbox/ipam/tables/ip.py` (+17 -8) 📝 `netbox/ipam/tables/services.py` (+4 -1) 📝 `netbox/ipam/tables/vlans.py` (+8 -2) 📝 `netbox/ipam/tables/vrfs.py` (+3 -2) 📝 `netbox/tenancy/tables.py` (+10 -5) 📝 `netbox/virtualization/tables.py` (+13 -6) 📝 `netbox/wireless/tables.py` (+5 -3) </details> ### 📄 Description ### Fixes: #8337 Adds two fields to all relevant tables to allow the addition of Created & Last Updated columns. All tables with a Configure Table option were updated. Some sections reformatted to comply with E501 line length as a result of changes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:26:54 +01:00
adam closed this issue 2025-12-29 22:26:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13349