ResourceStore: correctly translate online column

This commit is contained in:
Dietmar Maurer 2014-08-13 12:22:03 +02:00
parent 4f741a2e39
commit c8a3d7ac77

View File

@ -35,6 +35,7 @@ Ext.define('PVE.data.ResourceStore', {
running: {
header: gettext('Online'),
type: 'boolean',
renderer: PVE.Utils.format_boolean,
hidden: true,
convert: function(value, record) {
var info = record.data;