diff --git a/www/datastore/Content.js b/www/datastore/Content.js
index e0df4b30..ac8ae1cc 100644
--- a/www/datastore/Content.js
+++ b/www/datastore/Content.js
@@ -626,10 +626,10 @@ Ext.define('PBS.DataStoreContent', {
v = '';
}
v = Ext.String.htmlEncode(v);
- let icon = 'fa fa-fw fa-pencil pointer';
+ let icon = 'x-action-col-icon fa fa-fw fa-pencil pointer';
return `${v}
- `;
+ `;
},
listeners: {
afterrender: function(component) {