From b7a9d811a057c240d35609db01205bc4ae869065 Mon Sep 17 00:00:00 2001 From: Henry Wilkinson Date: Thu, 9 Feb 2023 00:41:34 -0500 Subject: [PATCH] =?UTF-8?q?"Crawl=20Scale"=20=E2=86=92=20"Crawler=20Instan?= =?UTF-8?q?ces"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changes name to match crawl config label - Makes the buttons small --- frontend/src/pages/org/crawl-detail.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/org/crawl-detail.ts b/frontend/src/pages/org/crawl-detail.ts index d88a7cef..1deaa034 100644 --- a/frontend/src/pages/org/crawl-detail.ts +++ b/frontend/src/pages/org/crawl-detail.ts @@ -256,7 +256,7 @@ export class CrawlDetail extends LiteElement { (this.openDialogName = undefined)} @sl-show=${() => (this.isDialogVisible = true)} @@ -356,7 +356,7 @@ export class CrawlDetail extends LiteElement { }} > - ${msg("Scale")} + ${msg("Crawler Instances")} @@ -858,6 +858,7 @@ export class CrawlDetail extends LiteElement { ({ value, label }) => html` this.scale(value)} ?disabled=${this.isSubmittingUpdate} >${label}