fix handling of instances with empty name,
improve instance table headers
This commit is contained in:
@@ -92,7 +92,7 @@ class InstanceCard extends HTMLElement {
|
||||
}
|
||||
}
|
||||
else {
|
||||
nameParagraph.innerText = this.name ? this.name : "";
|
||||
nameParagraph.innerHTML = this.name ? this.name : " ";
|
||||
}
|
||||
|
||||
const typeParagraph = this.shadowRoot.querySelector("#instance-type");
|
||||
|
Reference in New Issue
Block a user