${Object.keys(window.browser_mod.browsers).map((d) => {
const browser = window.browser_mod.browsers[d];
return html`
${d}
Last connected:
${browser.meta && browser.meta !== "default"
? html`
`
: ""}
`;
})}
${window.browser_mod.browsers["CAST"] === undefined
? html`