Host Name
diff --git a/scripts/instance.js b/scripts/instance.js
index 9fbbc5d..0d55eca 100644
--- a/scripts/instance.js
+++ b/scripts/instance.js
@@ -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");