import {html} from "../../../../common/html"; import * as t from "../../../../common/translation-util"; import {reloadApp} from "./base-section"; import {initNewServerForm} from "./new-server-form"; interface ServersSectionProps { $root: Element; } export function initServersSection(props: ServersSectionProps): void { props.$root.textContent = ""; props.$root.innerHTML = html`