diff --git a/www/datastore/Content.js b/www/datastore/Content.js index 5f98653ab..497a96d1e 100644 --- a/www/datastore/Content.js +++ b/www/datastore/Content.js @@ -654,6 +654,13 @@ Ext.define('PBS.DataStoreContent', { xtype: 'treecolumn', header: gettext("Backup Group"), dataIndex: 'text', + renderer: (value, meta, record) => { + let protect = ""; + if (record.data.protected) { + protect = ` `; + } + return value + protect; + }, flex: 1, }, {