From c245f7ce3a2549fcce3b002ee7d7b8e7fef14cd0 Mon Sep 17 00:00:00 2001 From: Viktor Lofgren Date: Sun, 15 Oct 2023 22:04:23 +0200 Subject: [PATCH] (control) Bootstrapify review-domains and search-to-ban views. --- .../control/app/review-random-domains.hdb | 15 ++++----- .../templates/control/app/search-to-ban.hdb | 31 +++++++++++++------ .../control/partials/processes-table.hdb | 2 +- 3 files changed, 30 insertions(+), 18 deletions(-) diff --git a/code/services-core/control-service/src/main/resources/templates/control/app/review-random-domains.hdb b/code/services-core/control-service/src/main/resources/templates/control/app/review-random-domains.hdb index 7802232f..642e534d 100644 --- a/code/services-core/control-service/src/main/resources/templates/control/app/review-random-domains.hdb +++ b/code/services-core/control-service/src/main/resources/templates/control/app/review-random-domains.hdb @@ -2,15 +2,14 @@ Control Service - - + {{> control/partials/head-includes }} {{> control/partials/nav}} -
-

Domain Review

+
+

Domain Review

- +
@@ -28,9 +27,11 @@ {{/each}} - +
ActionDomain NameScreenshot
-
\ No newline at end of file + + +{{> control/partials/foot-includes }} \ No newline at end of file diff --git a/code/services-core/control-service/src/main/resources/templates/control/app/search-to-ban.hdb b/code/services-core/control-service/src/main/resources/templates/control/app/search-to-ban.hdb index 371f9fe3..1b78b3c9 100644 --- a/code/services-core/control-service/src/main/resources/templates/control/app/search-to-ban.hdb +++ b/code/services-core/control-service/src/main/resources/templates/control/app/search-to-ban.hdb @@ -3,15 +3,24 @@ Control Service - + {{> control/partials/head-includes }} {{> control/partials/nav}} -
-

Search to Ban

+
+

Search to Ban

-
- +
+
+
+
+ +
+
+ +
+
+
{{#unless results}}

This utility lets you use the search engine to find spammy results, and ban them @@ -20,18 +29,20 @@ {{#if results}}


- +
+ +
- +
{{#each results}} - + - {{/each}}
{{title}}
{{title}}
{{url}}
{{description}}
 
{{/if}}
-
+ +{{> control/partials/foot-includes }} \ No newline at end of file diff --git a/code/services-core/control-service/src/main/resources/templates/control/partials/processes-table.hdb b/code/services-core/control-service/src/main/resources/templates/control/partials/processes-table.hdb index b7269800..e1687e4c 100644 --- a/code/services-core/control-service/src/main/resources/templates/control/partials/processes-table.hdb +++ b/code/services-core/control-service/src/main/resources/templates/control/partials/processes-table.hdb @@ -11,7 +11,7 @@ {{#each processes}} - {{displayName}} + {{displayName}}   {{uuid}}