mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-04 00:07:20 +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,
|
||||
sortable: true,
|
||||
renderer: function(v) {
|
||||
return v || 'enabled';
|
||||
return v || 'started';
|
||||
},
|
||||
dataIndex: 'state'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user