From d36d22fea3c6cff61b873589c512e4dec34e99e8 Mon Sep 17 00:00:00 2001 From: Henry Wilkinson Date: Fri, 24 Feb 2023 16:20:32 -0500 Subject: [PATCH] Run prettier on crawl-configs-list.ts --- frontend/src/pages/org/crawl-configs-list.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/pages/org/crawl-configs-list.ts b/frontend/src/pages/org/crawl-configs-list.ts index bd1c44d6..55967ebe 100644 --- a/frontend/src/pages/org/crawl-configs-list.ts +++ b/frontend/src/pages/org/crawl-configs-list.ts @@ -109,10 +109,10 @@ export class CrawlTemplatesList extends LiteElement { render() { return html` -
-
-

${msg("Crawl Configs")}

- +
+

${msg("Crawl Configs")}

+ ${msg("New Crawl Config")} -
-
- ${this.renderControls()} -
-
+ +
+ ${this.renderControls()} +
+ ${this.crawlTemplates ? this.crawlTemplates.length