mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 08:44:10 +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',
|
name: 'enable',
|
||||||
checked: true,
|
checked: true,
|
||||||
uncheckedValue: 0,
|
uncheckedValue: 0,
|
||||||
fieldLabel: gettext('enable'),
|
fieldLabel: gettext('enabled'),
|
||||||
listeners: {
|
listeners: {
|
||||||
'change': function(field, newValue) {
|
'change': function(field, newValue) {
|
||||||
if (newValue === false) {
|
if (newValue === false) {
|
||||||
|
Loading…
Reference in New Issue
Block a user