[PR #15950] [MERGED] Closes #15915: Replace plugins list with an overall system status view #14730

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15950
Author: @jeremystretch
Created: 5/3/2024
Status: Merged
Merged: 5/3/2024
Merged by: @jeremystretch

Base: featureHead: 15915-system-view


📝 Commits (2)

  • 395202e Replace plugins list with an overall system status view
  • 33bdba3 Enable export of system status data

📊 Changes

8 files changed (+312 additions, -236 deletions)

View changed files

📝 netbox/core/tables/plugins.py (+1 -1)
📝 netbox/core/urls.py (+2 -5)
📝 netbox/core/views.py (+62 -23)
📝 netbox/netbox/navigation/menu.py (+4 -14)
📝 netbox/templates/core/configrevision.html (+2 -157)
netbox/templates/core/inc/config_data.html (+149 -0)
netbox/templates/core/plugin_list.html (+0 -36)
netbox/templates/core/system.html (+92 -0)

📄 Description

Fixes: #15915

  • Create a new system status view
  • Move the plugins list
  • Move the current config view
  • Clean up configuration data display

🔄 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/15950 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 5/3/2024 **Status:** ✅ Merged **Merged:** 5/3/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `15915-system-view` --- ### 📝 Commits (2) - [`395202e`](https://github.com/netbox-community/netbox/commit/395202ef66eec37b5afa09e442daf2cab2f8c554) Replace plugins list with an overall system status view - [`33bdba3`](https://github.com/netbox-community/netbox/commit/33bdba35e430479a739c57552a413fcf8181dd83) Enable export of system status data ### 📊 Changes **8 files changed** (+312 additions, -236 deletions) <details> <summary>View changed files</summary> 📝 `netbox/core/tables/plugins.py` (+1 -1) 📝 `netbox/core/urls.py` (+2 -5) 📝 `netbox/core/views.py` (+62 -23) 📝 `netbox/netbox/navigation/menu.py` (+4 -14) 📝 `netbox/templates/core/configrevision.html` (+2 -157) ➕ `netbox/templates/core/inc/config_data.html` (+149 -0) ➖ `netbox/templates/core/plugin_list.html` (+0 -36) ➕ `netbox/templates/core/system.html` (+92 -0) </details> ### 📄 Description ### Fixes: #15915 - Create a new system status view - Move the plugins list - Move the current config view - Clean up configuration data display --- <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 23:26:20 +01:00
adam closed this issue 2025-12-29 23:26:20 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14730