import type {HTML} from "../../../../common/html"; import {html} from "../../../../common/html"; import * as t from "../../../../common/translation-util"; import {reloadApp} from "./base-section"; import NewServerForm from "./new-server-form"; interface ServersSectionProps { $root: Element; } export default class ServersSection { props: ServersSectionProps; $newServerContainer: Element; constructor(props: ServersSectionProps) { this.props = props; } templateHTML(): HTML { return html`