-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into remove-keiko
- Loading branch information
Showing
15 changed files
with
380 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{% load i18n %} | ||
{% load static %} | ||
|
||
<div class="horizontal-scroll sticky-column"> | ||
<table class="nowrap"> | ||
<caption class="visually-hidden">{% translate "Reports:" %}</caption> | ||
<thead> | ||
<tr> | ||
<th scope="col" class="nowrap">{% translate "Status" %}</th> | ||
<th scope="col">{% translate "Recipe ID" %}</th> | ||
<th scope="col" class="nowrap">{% translate "Creation date" %}</th> | ||
<th scope="col" class="nowrap">{% translate "Modified date" %}</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
{% for report_task in report_task_list %} | ||
{% with recipe_pk="ReportRecipe|"|add:report_task.data.report_recipe_id %} | ||
<tr> | ||
<td> | ||
<i class="icon {{ report_task.status.value }}"></i>{{ report_task.status.value|capfirst }} | ||
</td> | ||
<td> | ||
<a href="{% ooi_url 'ooi_detail' recipe_pk organization.code query=ooi.mandatory_fields %}">{{ report_task.data.report_recipe_id }}</a> | ||
</td> | ||
<td>{{ report_task.created_at }}</td> | ||
<td>{{ report_task.modified_at }}</td> | ||
</tr> | ||
{% endwith %} | ||
{% endfor %} | ||
</tbody> | ||
</table> | ||
{% include "partials/list_paginator.html" %} | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-02-04 16:30+0000\n" | ||
"POT-Creation-Date: 2025-02-06 13:51+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -1156,13 +1156,13 @@ msgstr "" | |
|
||
#: katalogus/templates/partials/plugins_navigation.html | ||
#: rocky/templates/scan.html rocky/templates/tasks/boefjes.html | ||
#: rocky/templates/tasks/partials/tab_navigation.html | ||
#: rocky/templates/tasks/partials/tab_navigation.html rocky/views/tasks.py | ||
msgid "Boefjes" | ||
msgstr "" | ||
|
||
#: katalogus/templates/partials/plugins_navigation.html | ||
#: rocky/templates/tasks/normalizers.html | ||
#: rocky/templates/tasks/partials/tab_navigation.html | ||
#: rocky/templates/tasks/partials/tab_navigation.html rocky/views/tasks.py | ||
msgid "Normalizers" | ||
msgstr "" | ||
|
||
|
@@ -1218,6 +1218,7 @@ msgstr "" | |
#: katalogus/templates/plugin_container_image.html | ||
#: reports/report_types/tls_report/report.html | ||
#: reports/templates/partials/plugin_overview_table.html | ||
#: reports/templates/tasks/report_tasks_list.html | ||
#: rocky/templates/organizations/organization_member_list.html | ||
#: rocky/templates/tasks/boefjes.html rocky/templates/tasks/normalizers.html | ||
#: rocky/templates/tasks/ooi_detail_task_list.html | ||
|
@@ -1285,6 +1286,7 @@ msgstr "" | |
#: reports/templates/report_overview/modal_partials/rerun_modal.html | ||
#: reports/templates/report_overview/report_history_table.html | ||
#: reports/templates/report_overview/subreports_table.html | ||
#: reports/templates/tasks/report_tasks_list.html | ||
msgid "Creation date" | ||
msgstr "" | ||
|
||
|
@@ -1856,6 +1858,8 @@ msgstr "" | |
#: onboarding/templates/step_2a_choose_report_info.html | ||
#: reports/templates/report_overview/report_overview_header.html | ||
#: reports/views/base.py rocky/templates/header.html | ||
#: rocky/templates/tasks/partials/tab_navigation.html | ||
#: rocky/templates/tasks/report_tasks.html rocky/views/tasks.py | ||
msgid "Reports" | ||
msgstr "" | ||
|
||
|
@@ -4216,6 +4220,7 @@ msgid "Showing %(length)s of %(total)s reports" | |
msgstr "" | ||
|
||
#: reports/templates/report_overview/report_history_table.html | ||
#: reports/templates/tasks/report_tasks_list.html | ||
msgid "Reports:" | ||
msgstr "" | ||
|
||
|
@@ -4425,6 +4430,15 @@ msgid "" | |
"types." | ||
msgstr "" | ||
|
||
#: reports/templates/tasks/report_tasks_list.html | ||
msgid "Recipe ID" | ||
msgstr "" | ||
|
||
#: reports/templates/tasks/report_tasks_list.html | ||
#: rocky/templates/tasks/boefjes.html rocky/templates/tasks/normalizers.html | ||
msgid "Modified date" | ||
msgstr "" | ||
|
||
#: reports/views/aggregate_report.py | ||
msgid "Aggregate report" | ||
msgstr "" | ||
|
@@ -5572,8 +5586,8 @@ msgstr "" | |
msgid "Crisis room" | ||
msgstr "" | ||
|
||
#: rocky/templates/header.html rocky/templates/tasks/boefjes.html | ||
#: rocky/templates/tasks/ooi_detail_task_list.html | ||
#: rocky/templates/header.html rocky/templates/tasks/ooi_detail_task_list.html | ||
#: rocky/templates/tasks/partials/tasks_overview_header.html | ||
#: rocky/templates/tasks/plugin_detail_task_list.html | ||
#: rocky/views/task_detail.py rocky/views/tasks.py | ||
msgid "Tasks" | ||
|
@@ -6678,17 +6692,6 @@ msgstr "" | |
msgid "Input object" | ||
msgstr "" | ||
|
||
#: rocky/templates/tasks/boefjes.html | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
" An overview of the tasks for %(organization)s. Tasks " | ||
"are divided in Boefjes and Normalizers.\n" | ||
" Boefjes scan objects and Normalizers dispatch on the " | ||
"output mime-type.\n" | ||
" " | ||
msgstr "" | ||
|
||
#: rocky/templates/tasks/boefjes.html | ||
msgid "There are no tasks for boefjes" | ||
msgstr "" | ||
|
@@ -6707,10 +6710,6 @@ msgstr "" | |
msgid "Created date" | ||
msgstr "" | ||
|
||
#: rocky/templates/tasks/boefjes.html rocky/templates/tasks/normalizers.html | ||
msgid "Modified date" | ||
msgstr "" | ||
|
||
#: rocky/templates/tasks/normalizers.html | ||
msgid "There are no tasks for normalizers" | ||
msgstr "" | ||
|
@@ -6763,6 +6762,19 @@ msgstr "" | |
msgid "Download task data" | ||
msgstr "" | ||
|
||
#: rocky/templates/tasks/partials/tasks_overview_header.html | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
" An overview of the tasks for %(organization)s. Tasks are divided " | ||
"in Boefjes, Normalizers and Reports.\n" | ||
" Boefjes scan objects and Normalizers dispatch on the output mime-" | ||
"type. Additionally, there is a Report\n" | ||
" tasks. This task aggregates and presents findings from both " | ||
"Boefjes and Normalizers.\n" | ||
" " | ||
msgstr "" | ||
|
||
#: rocky/templates/tasks/plugin_detail_task_list.html | ||
msgid "There are no tasks for" | ||
msgstr "" | ||
|
@@ -6771,6 +6783,14 @@ msgstr "" | |
msgid "List of tasks for" | ||
msgstr "" | ||
|
||
#: rocky/templates/tasks/report_tasks.html | ||
msgid "There are no tasks for reports" | ||
msgstr "" | ||
|
||
#: rocky/templates/tasks/report_tasks.html | ||
msgid "List of tasks for reports" | ||
msgstr "" | ||
|
||
#: rocky/templates/two_factor/_wizard_actions.html | ||
msgid "Log in" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.