[PR #20078] [MERGED] Closes #19773: Extend system view #15820

Closed
opened 2025-12-30 00:24:14 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20078
Author: @jeremystretch
Created: 8/12/2025
Status: Merged
Merged: 8/12/2025
Merged by: @jnovinger

Base: featureHead: 19773-extended-system-view


📝 Commits (1)

📊 Changes

3 files changed (+146 additions, -67 deletions)

View changed files

📝 netbox/core/tests/test_views.py (+6 -0)
📝 netbox/core/views.py (+19 -5)
📝 netbox/templates/core/system.html (+121 -62)

📄 Description

Fixes: #19773

  • Split the current status and config views into separate tabs
  • Add tabs for installed plugins and object counts
  • Use get_installed_plugins() for exporting plugins list (to include installed versions)
  • Extend export test

🔄 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/20078 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 8/12/2025 **Merged by:** [@jnovinger](https://github.com/jnovinger) **Base:** `feature` ← **Head:** `19773-extended-system-view` --- ### 📝 Commits (1) - [`b704ae1`](https://github.com/netbox-community/netbox/commit/b704ae198370afdac3b1dcaa838471c195fb1c39) Closes #19773: Extend system view ### 📊 Changes **3 files changed** (+146 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `netbox/core/tests/test_views.py` (+6 -0) 📝 `netbox/core/views.py` (+19 -5) 📝 `netbox/templates/core/system.html` (+121 -62) </details> ### 📄 Description ### Fixes: #19773 - Split the current status and config views into separate tabs - Add tabs for installed plugins and object counts - Use `get_installed_plugins()` for exporting plugins list (to include installed versions) - Extend export test --- <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-30 00:24:14 +01:00
adam closed this issue 2025-12-30 00:24:14 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15820