mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-31 12:56:24 -06:00
Fixes #17986: Correct label for disk size when bulk editing virtual machines
This commit is contained in:
parent
954e29aec3
commit
ee38f147e2
@ -171,7 +171,7 @@ class VirtualMachineBulkEditForm(NetBoxModelBulkEditForm):
|
|||||||
)
|
)
|
||||||
disk = forms.IntegerField(
|
disk = forms.IntegerField(
|
||||||
required=False,
|
required=False,
|
||||||
label=_('Disk (GB)')
|
label=_('Disk (MB)')
|
||||||
)
|
)
|
||||||
description = forms.CharField(
|
description = forms.CharField(
|
||||||
label=_('Description'),
|
label=_('Description'),
|
||||||
|
Loading…
Reference in New Issue
Block a user