mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-05 19:37:25 +00:00
Resources.js: s/enabled/started/
This commit is contained in:
parent
ecd45352ab
commit
30c93f904f
@ -123,7 +123,7 @@ Ext.define('PVE.ha.ResourcesView', {
|
|||||||
width: 100,
|
width: 100,
|
||||||
sortable: true,
|
sortable: true,
|
||||||
renderer: function(v) {
|
renderer: function(v) {
|
||||||
return v || 'enabled';
|
return v || 'started';
|
||||||
},
|
},
|
||||||
dataIndex: 'state'
|
dataIndex: 'state'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user