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