Commit eb9d4732 authored by Dietmar Maurer's avatar Dietmar Maurer

ResourceStore: correctly translate online column

parent 8232365f
...@@ -35,6 +35,7 @@ Ext.define('PVE.data.ResourceStore', { ...@@ -35,6 +35,7 @@ Ext.define('PVE.data.ResourceStore', {
running: { running: {
header: gettext('Online'), header: gettext('Online'),
type: 'boolean', type: 'boolean',
renderer: PVE.Utils.format_boolean,
hidden: true, hidden: true,
convert: function(value, record) { convert: function(value, record) {
var info = record.data; var info = record.data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment