mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-23 07:56:44 -06:00
8356 add todo to remove disk from vm
This commit is contained in:
parent
0fdbabfe87
commit
7e08c3474a
@ -120,6 +120,7 @@ class VirtualMachine(ContactsMixin, RenderConfigMixin, ConfigContextModel, Prima
|
||||
null=True,
|
||||
verbose_name=_('memory (MB)')
|
||||
)
|
||||
# TODO: Remove in v4.0
|
||||
disk = models.PositiveIntegerField(
|
||||
blank=True,
|
||||
null=True,
|
||||
|
Loading…
Reference in New Issue
Block a user