mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-15 11:11:49 +01:00
Make ellipsis link titles used in link-list readable by using hover tooltip
This commit is contained in:
parent
b0d3570892
commit
a56adc7fcc
@ -188,7 +188,7 @@ export class Et2LinkList extends Et2LinkString
|
|||||||
{
|
{
|
||||||
const id = typeof link.id === "string" ? link.id : link.link_id;
|
const id = typeof link.id === "string" ? link.id : link.link_id;
|
||||||
return html`
|
return html`
|
||||||
<et2-link slot="${this._get_row_id(link)}" app="${link.app}" entryId="${id}"
|
<et2-link slot="${this._get_row_id(link)}" app="${link.app}" entryId="${id}" statustext="${link.title}"
|
||||||
._parent=${this}
|
._parent=${this}
|
||||||
.value=${link}></et2-link>
|
.value=${link}></et2-link>
|
||||||
${this._deleteButtonTemplate(link)}
|
${this._deleteButtonTemplate(link)}
|
||||||
|
Loading…
Reference in New Issue
Block a user