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