mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 22:56:29 +00:00
Use enable as adjective to match the Resource List panel
Since we describe a resource state, an adjective is also here a better match.
This commit is contained in:
parent
390b85553a
commit
cc73255676
@ -63,7 +63,7 @@ Ext.define('PVE.ha.VMResourceInputPanel', {
|
||||
name: 'enable',
|
||||
checked: true,
|
||||
uncheckedValue: 0,
|
||||
fieldLabel: gettext('enable'),
|
||||
fieldLabel: gettext('enabled'),
|
||||
listeners: {
|
||||
'change': function(field, newValue) {
|
||||
if (newValue === false) {
|
||||
|
Loading…
Reference in New Issue
Block a user