removed correct wrong title
This commit is contained in:
parent
11f6ecc008
commit
a8b385a474
|
@ -827,7 +827,7 @@ class CCPMethodEditorController extends HTMLElement{
|
|||
renderInfrastructures(){
|
||||
return this.#current.links.filter(l=>l.rel === "compatibleWith").map((l, i)=>{
|
||||
return `
|
||||
<div class="ccp-option badge ccp-keyword" title="${l.description}" alt="${l.description}">
|
||||
<div class="ccp-option badge ccp-keyword" title="${l.title}" alt="${l.title}">
|
||||
<span>${l.title}</span>
|
||||
<span class="btn text-danger ccp-toolbar-button" name="delete-infrastructure" data-index="${i}">x</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue