Commit 3e5a7bf4 authored by Dietmar Maurer's avatar Dietmar Maurer

PVE.dc.BackupView: improve rendering of boolean values

parent 064b74ac
......@@ -408,7 +408,8 @@ Ext.define('PVE.dc.BackupView', {
header: gettext('Enabled'),
width: 50,
dataIndex: 'enabled',
sortable: true,
renderer: PVE.Utils.format_boolean,
sortable: true
},
{
header: gettext('Node'),
......
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