Resources.js: s/enabled/started/

This commit is contained in:
Dietmar Maurer 2016-11-19 10:38:04 +01:00
parent ecd45352ab
commit 30c93f904f

View File

@ -123,7 +123,7 @@ Ext.define('PVE.ha.ResourcesView', {
width: 100,
sortable: true,
renderer: function(v) {
return v || 'enabled';
return v || 'started';
},
dataIndex: 'state'
},