File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4321,10 +4321,10 @@ function(teampassApplication) {
4321
4321
// Show user that password is badly encrypted
4322
4322
(value.pw_status === 'encryption_error' ? '<i class="fa-solid fa-exclamation-triangle fa-xs text-danger infotip mr-1" title="<?php echo $ lang ->get ('pw_encryption_error ' ); ?> "></i>' : '') +
4323
4323
// Prepare item info
4324
+ '</span>' +
4324
4325
'<span class="list-item-clicktoshow d-inline-flex' + (value.rights === 10 ? '' : ' pointer') + '" data-item-id="' + value.item_id + '" data-item-key="' + value.item_key + '">' +
4325
4326
// Show item fa_icon if set
4326
4327
(value.fa_icon !== '' ? '<i class="'+value.fa_icon+' mr-1 user-fa-icon"></i>' : '') +
4327
- '</span>' +
4328
4328
'<span class="list-item-row-description d-inline-block' + (value.rights === 10 ? ' font-weight-light' : '') + '"><i class="item-favorite-star fa-solid' + ((store.get('teampassApplication').highlightFavorites === 1 && value.is_favourited === 1) ? ' fa-star mr-1' : '') + '"></i>' + value.label + '</span>' + (value.rights === 10 ? '' : description) +
4329
4329
'<span class="list-item-row-description-extend"></span>' +
4330
4330
'</span>' +
You can’t perform that action at this time.
0 commit comments