[PR #16434] [MERGED] 14692 Convert VM disk size #14856

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16434
Author: @arthanson
Created: 6/6/2024
Status: Merged
Merged: 6/11/2024
Merged by: @jeremystretch

Base: featureHead: 14692-disk-size


📝 Commits (5)

  • 5e19c89 14692 convert disk size to MB
  • 9b5a9f1 Merge branch 'feature' into 14692-disk-size
  • c4933b1 14692 fix list display
  • f10838c 14692 fix migration
  • 2764fc1 Update netbox/virtualization/migrations/0039_convert_disk_size.py

📊 Changes

4 files changed (+32 additions, -2 deletions)

View changed files

📝 netbox/templates/virtualization/virtualmachine.html (+1 -1)
netbox/virtualization/migrations/0039_convert_disk_size.py (+23 -0)
📝 netbox/virtualization/models/virtualmachines.py (+1 -1)
📝 netbox/virtualization/tables/virtualmachines.py (+7 -0)

📄 Description

Fixes: #14692

Monosnap Virtual Machines | NetBox 2024-06-06 11-45-36
Monosnap vm2 | NetBox 2024-06-06 11-46-55


🔄 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/16434 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 6/6/2024 **Status:** ✅ Merged **Merged:** 6/11/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `14692-disk-size` --- ### 📝 Commits (5) - [`5e19c89`](https://github.com/netbox-community/netbox/commit/5e19c890eb0078769f3836df80ffa274c9119857) 14692 convert disk size to MB - [`9b5a9f1`](https://github.com/netbox-community/netbox/commit/9b5a9f1023dd1639835d5ab4512a80c82db47d9e) Merge branch 'feature' into 14692-disk-size - [`c4933b1`](https://github.com/netbox-community/netbox/commit/c4933b1de03d66d3f2a4862dd731ea1302f5b1aa) 14692 fix list display - [`f10838c`](https://github.com/netbox-community/netbox/commit/f10838c21cad85219013169ef959c3a0d39ad690) 14692 fix migration - [`2764fc1`](https://github.com/netbox-community/netbox/commit/2764fc10946d0b2e0b65914e93d3659784037c88) Update netbox/virtualization/migrations/0039_convert_disk_size.py ### 📊 Changes **4 files changed** (+32 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/virtualization/virtualmachine.html` (+1 -1) ➕ `netbox/virtualization/migrations/0039_convert_disk_size.py` (+23 -0) 📝 `netbox/virtualization/models/virtualmachines.py` (+1 -1) 📝 `netbox/virtualization/tables/virtualmachines.py` (+7 -0) </details> ### 📄 Description ### Fixes: #14692 ![Monosnap Virtual Machines | NetBox 2024-06-06 11-45-36](https://github.com/netbox-community/netbox/assets/99642/3f073f78-7fbe-4295-9849-b127ba52de80) ![Monosnap vm2 | NetBox 2024-06-06 11-46-55](https://github.com/netbox-community/netbox/assets/99642/f8484ded-be06-431a-b95a-fe3c3dce7ff4) --- <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:27:07 +01:00
adam closed this issue 2025-12-29 23:27:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14856