import {htmlEscape} from 'escape-goat'; import * as t from '../../utils/translation-util'; import BaseSection from './base-section'; import NewServerForm from './new-server-form'; interface ServersSectionProps { $root: Element; } export default class ServersSection extends BaseSection { props: ServersSectionProps; $newServerContainer: Element; constructor(props: ServersSectionProps) { super(); this.props = props; } templateHTML(): string { return htmlEscape`