diff --git a/www/DataStoreContent.js b/www/DataStoreContent.js index 85222cc3..33f4a000 100644 --- a/www/DataStoreContent.js +++ b/www/DataStoreContent.js @@ -520,7 +520,7 @@ Ext.define('PBS.DataStoreContent', { { handler: 'onVerify', tooltip: gettext('Verify'), - getClass: (v, m, rec) => rec.data.leaf ? 'pmx-hidden' : 'fa fa-search', + getClass: (v, m, rec) => rec.data.leaf ? 'pmx-hidden' : 'pve-icon-verify-lettering', isDisabled: (v, r, c, i, rec) => !!rec.data.leaf, }, { diff --git a/www/css/ext6-pbs.css b/www/css/ext6-pbs.css index 80a36208..d81d6619 100644 --- a/www/css/ext6-pbs.css +++ b/www/css/ext6-pbs.css @@ -224,3 +224,9 @@ p.logs { .x-action-col-icon.critical:before { color: #FF6C59; } + +.pve-icon-verify-lettering:after { + color: #464d4d; + font-weight: bold; + content: "V."; +}