diff --git a/frontend/src/pages/org/browser-profiles-list.ts b/frontend/src/pages/org/browser-profiles-list.ts index 5f49849f..f6bb0e9a 100644 --- a/frontend/src/pages/org/browser-profiles-list.ts +++ b/frontend/src/pages/org/browser-profiles-list.ts @@ -43,15 +43,19 @@ export class BrowserProfilesList extends LiteElement { } render() { - return html`
+ return html`
+
+

${msg("Browser Profiles")}

${msg("New Browser Profile")} +
${this.renderTable()} diff --git a/frontend/src/pages/org/crawl-configs-detail.ts b/frontend/src/pages/org/crawl-configs-detail.ts index 7f05234b..7ce3b951 100644 --- a/frontend/src/pages/org/crawl-configs-detail.ts +++ b/frontend/src/pages/org/crawl-configs-detail.ts @@ -108,7 +108,7 @@ export class CrawlTemplatesDetail extends LiteElement { ` )} -
+
${when( this.crawlConfig && !this.crawlConfig.inactive, () => html` diff --git a/frontend/src/pages/org/crawl-configs-list.ts b/frontend/src/pages/org/crawl-configs-list.ts index 0c151f9e..6cc5450a 100644 --- a/frontend/src/pages/org/crawl-configs-list.ts +++ b/frontend/src/pages/org/crawl-configs-list.ts @@ -109,9 +109,23 @@ export class CrawlTemplatesList extends LiteElement { render() { return html` -
+
+
+

${msg("Crawl Configs")}

+ + + ${msg("New Crawl Config")} + +
+
${this.renderControls()}
+
${this.crawlTemplates ? this.crawlTemplates.length @@ -158,6 +172,7 @@ export class CrawlTemplatesList extends LiteElement {
- -
- - - ${msg("New Crawl Config")} - -
diff --git a/frontend/src/pages/org/crawl-detail.ts b/frontend/src/pages/org/crawl-detail.ts index f2c4be2f..8a047a1d 100644 --- a/frontend/src/pages/org/crawl-detail.ts +++ b/frontend/src/pages/org/crawl-detail.ts @@ -343,7 +343,7 @@ export class CrawlDetail extends LiteElement { private renderHeader() { return html`
-

+

${msg( html`${this.crawl ? this.crawl.configName @@ -352,7 +352,7 @@ export class CrawlDetail extends LiteElement { style="width: 15em" >`}` )} -

+
${title} +

${title}

${content}
`; } diff --git a/frontend/src/pages/org/crawls-list.ts b/frontend/src/pages/org/crawls-list.ts index 9a181d62..384acdd1 100644 --- a/frontend/src/pages/org/crawls-list.ts +++ b/frontend/src/pages/org/crawls-list.ts @@ -217,10 +217,15 @@ export class CrawlsList extends LiteElement { return html`
-
- ${this.renderControls()} +
+
+

${msg("Crawls")}

+
+
+ ${this.renderControls()} +
${this.crawls.length @@ -261,6 +266,7 @@ export class CrawlsList extends LiteElement {
-

${msg("Org Settings")}

+

${msg("Org Settings")}