this.nodeSelected(e)}" style="min-width: 130px; max-width:100%; width:100%;">
${this.nodeConfig.knownNodes.map((n, index) => html`
${n.protocol + '://' + n.domain + ':' + n.port}
`)}
@@ -54,17 +50,17 @@ class SettingsPage extends connect(store)(LitElement) {
Select a node from the default list of nodes above or add a custom node to the list above by clicking on the button below
- this.shadowRoot.querySelector('#addNodeDialog').show()}>addAdd Custom Node
+ this.shadowRoot.querySelector('#addNodeDialog').show()}">addAdd Custom Node