Remove beta label from LVM (#3737)
This commit is contained in:
parent
e4e30b31d4
commit
d342c50aec
|
|
@ -70,7 +70,7 @@ class DiskLayoutConfigurationMenu(AbstractSubMenu[DiskLayoutConfiguration]):
|
|||
key='disk_config',
|
||||
),
|
||||
MenuItem(
|
||||
text='LVM (BETA)',
|
||||
text='LVM',
|
||||
action=self._select_lvm_config,
|
||||
value=self._disk_menu_config.lvm_config,
|
||||
preview_action=self._prev_lvm_config,
|
||||
|
|
|
|||
Loading…
Reference in New Issue