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({$root}: ServersSectionProps): void { $root.innerHTML = html`