mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
Et2AvatarGroup: Show names on hover
This commit is contained in:
parent
3dd525d6d9
commit
6caaba1bca
@ -80,6 +80,7 @@ export class Et2AvatarGroup extends Et2Widget(LitElement)
|
||||
<et2-avatar
|
||||
.contactId="${contact.id}"
|
||||
.label="${contact.label}"
|
||||
.title="${contact.label}"
|
||||
${this.shape ? html`shape="${this.shape}"` : ''}
|
||||
size=""
|
||||
></et2-avatar>`;
|
||||
|
Loading…
Reference in New Issue
Block a user