Skip to content

Commit

Permalink
fix(ied-editor): add tooltip with full IED name (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobVogelsang authored Aug 30, 2021
1 parent ee932a3 commit 3ed474a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/zeroline/ied-editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ export class IedEditor extends LitElement {
render(): TemplateResult {
return html`
<div id="container" tabindex="0">
<mwc-icon class="icon">developer_board</mwc-icon>
<abbr title="${this.name}">
<mwc-icon class="icon">developer_board</mwc-icon></abbr
>
<mwc-fab
id="connectreport"
mini
Expand Down

0 comments on commit 3ed474a

Please sign in to comment.