@bull-board/ui 8.0.2 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.ejs +3 -3
- package/dist/static/css/async/{415.4819ba8dc3.css → 415.9647eb502f.css} +1 -1
- package/dist/static/css/async/581.eb4f1f3bab.css +1 -0
- package/dist/static/css/async/632.c19d052062.css +1 -0
- package/dist/static/css/async/{648.4819ba8dc3.css → 648.9647eb502f.css} +1 -1
- package/dist/static/css/async/{718.4819ba8dc3.css → 718.9647eb502f.css} +1 -1
- package/dist/static/css/async/977.32499dd5cd.css +1 -0
- package/dist/static/css/main.8f3c90886a.css +1 -0
- package/dist/static/js/async/415.bd31b53981.js +1 -0
- package/dist/static/js/async/581.51493329d5.js +1 -0
- package/dist/static/js/async/632.5719f30177.js +1 -0
- package/dist/static/js/async/648.00dbf6f52f.js +1 -0
- package/dist/static/js/async/718.9170e50e3c.js +1 -0
- package/dist/static/js/async/{832.9eaee4b202.js → 832.ea66eb970f.js} +1 -1
- package/dist/static/js/async/977.bd45fb235d.js +1 -0
- package/dist/static/js/main.ef251c97cd.js +9 -0
- package/dist/static/locales/da-DK/messages.json +21 -4
- package/dist/static/locales/de-DE/messages.json +23 -4
- package/dist/static/locales/en-GB/messages.json +23 -6
- package/dist/static/locales/en-US/messages.json +20 -3
- package/dist/static/locales/es-ES/messages.json +20 -3
- package/dist/static/locales/fr-FR/messages.json +20 -3
- package/dist/static/locales/ja-JP/messages.json +20 -3
- package/dist/static/locales/ko-KR/messages.json +20 -3
- package/dist/static/locales/pt-BR/messages.json +21 -4
- package/dist/static/locales/tr-TR/messages.json +22 -5
- package/dist/static/locales/zh-CN/messages.json +20 -3
- package/package.json +3 -3
- package/typings/app.d.ts +2 -0
- package/dist/static/css/async/469.7c9792a422.css +0 -1
- package/dist/static/css/async/977.ef96eca507.css +0 -1
- package/dist/static/css/main.c7776e1753.css +0 -1
- package/dist/static/js/async/415.3e5a2b2e0a.js +0 -1
- package/dist/static/js/async/469.0d0c4c7d60.js +0 -1
- package/dist/static/js/async/648.b066483072.js +0 -1
- package/dist/static/js/async/718.50b0df6ca4.js +0 -1
- package/dist/static/js/async/977.aac3ea9649.js +0 -1
- package/dist/static/js/main.29fafd22b5.js +0 -9
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"DASHBOARD": {
|
|
12
12
|
"JOBS_COUNT_one": "{{count}} Job",
|
|
13
|
-
"JOBS_COUNT_other": "{{count}}
|
|
13
|
+
"JOBS_COUNT_other": "{{count}} Jobs",
|
|
14
14
|
"JOBS_COUNT": "{{count}} Jobs",
|
|
15
15
|
"EMPTY_STATE": "No queues to display.",
|
|
16
16
|
"EMPTY_STATE_FILTERED": "No queues have {{status}} jobs.",
|
|
@@ -22,6 +22,11 @@
|
|
|
22
22
|
"ACTIVE": "Aktive Jobs",
|
|
23
23
|
"COMPLETED": "Gennemførte Jobs",
|
|
24
24
|
"ALPHABETICAL": "Alfabetisk (A-Z)"
|
|
25
|
+
},
|
|
26
|
+
"VIEW": {
|
|
27
|
+
"TITLE": "Visning",
|
|
28
|
+
"FLAT": "Flad",
|
|
29
|
+
"GROUPED": "Grupperet"
|
|
25
30
|
}
|
|
26
31
|
},
|
|
27
32
|
"JOB": {
|
|
@@ -100,8 +105,13 @@
|
|
|
100
105
|
"OBLITERATE_QUEUE": "Er du sikker på, at du vil udrydde denne kø?\n\nDette vil fuldstændigt fjerne køen og alle dens Redis-nøgler.\nKøen skal pauses først.",
|
|
101
106
|
"RESUME_QUEUE": "Er du sikker på, at du vil genoptage købehandling?",
|
|
102
107
|
"PAUSE_ALL": "Er du sikker på, at du vil pause alle køer?",
|
|
103
|
-
"RESUME_ALL": "Er du sikker på, at du vil genoptage alle køer?"
|
|
104
|
-
|
|
108
|
+
"RESUME_ALL": "Er du sikker på, at du vil genoptage alle køer?",
|
|
109
|
+
"PAUSE_GROUP": "Er du sikker på, at du vil pause alle {{count}} køer i denne gruppe?",
|
|
110
|
+
"RESUME_GROUP": "Er du sikker på, at du vil genoptage alle {{count}} køer i denne gruppe?"
|
|
111
|
+
},
|
|
112
|
+
"PAUSE_GROUP": "Pause alle køer i gruppen",
|
|
113
|
+
"RESUME_GROUP": "Genoptag alle køer i gruppen",
|
|
114
|
+
"GROUP_ACTIONS": "Gruppehandlinger"
|
|
105
115
|
},
|
|
106
116
|
"STATUS": {
|
|
107
117
|
"LATEST": "Seneste",
|
|
@@ -174,7 +184,14 @@
|
|
|
174
184
|
"COLLAPSE_JOB_ERROR": "Sammenfold jobfejl",
|
|
175
185
|
"DEFAULT_COLLAPSE_DEPTH": "Default JSON collapse depth (0-10)",
|
|
176
186
|
"SORT_QUEUES": "Sort queues (A-Z, groups first)",
|
|
177
|
-
"DARK_MODE": "Mørk tilstand"
|
|
187
|
+
"DARK_MODE": "Mørk tilstand",
|
|
188
|
+
"SECTIONS": {
|
|
189
|
+
"GENERAL": "General",
|
|
190
|
+
"QUEUES": "Queues",
|
|
191
|
+
"JOBS": "Jobs"
|
|
192
|
+
},
|
|
193
|
+
"GROUP_QUEUES": "Gruppér køer efter kategori",
|
|
194
|
+
"GROUP_QUEUES_HELP": "Del oversigten op i sammenklappelige sektioner ud fra skilletegnet i kønavne, samme gruppering som sidepanelet bruger."
|
|
178
195
|
},
|
|
179
196
|
"CONCURRENCY": {
|
|
180
197
|
"TITLE": "Global samtidighed",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"DASHBOARD": {
|
|
12
12
|
"JOBS_COUNT_one": "{{count}} Job",
|
|
13
|
+
"JOBS_COUNT_other": "{{count}} Job",
|
|
13
14
|
"JOBS_COUNT": "{{count}} Jobs",
|
|
14
15
|
"EMPTY_STATE": "Keine Warteschlangen vorhanden.",
|
|
15
16
|
"EMPTY_STATE_FILTERED": "Keine Warteschlange hat {{status}} Jobs.",
|
|
@@ -21,6 +22,11 @@
|
|
|
21
22
|
"ACTIVE": "Aktive Jobs",
|
|
22
23
|
"COMPLETED": "Abgeschlossene Jobs",
|
|
23
24
|
"ALPHABETICAL": "Alphabetisch (A-Z)"
|
|
25
|
+
},
|
|
26
|
+
"VIEW": {
|
|
27
|
+
"TITLE": "Ansicht",
|
|
28
|
+
"FLAT": "Flach",
|
|
29
|
+
"GROUPED": "Gruppiert"
|
|
24
30
|
}
|
|
25
31
|
},
|
|
26
32
|
"JOB": {
|
|
@@ -99,8 +105,13 @@
|
|
|
99
105
|
"OBLITERATE_QUEUE": "Möchten Sie diese Warteschlange wirklich vollständig löschen?\n\nDadurch werden die Warteschlange und alle zugehörigen Redis-Schlüssel vollständig entfernt.\nDie Warteschlange muss zuvor pausiert werden.",
|
|
100
106
|
"RESUME_QUEUE": "Möchten Sie die Verarbeitung der Warteschlange wirklich fortsetzen?",
|
|
101
107
|
"PAUSE_ALL": "Möchten Sie wirklich alle Warteschlangen pausieren?",
|
|
102
|
-
"RESUME_ALL": "Möchten Sie wirklich alle Warteschlangen fortsetzen?"
|
|
103
|
-
|
|
108
|
+
"RESUME_ALL": "Möchten Sie wirklich alle Warteschlangen fortsetzen?",
|
|
109
|
+
"PAUSE_GROUP": "Möchten Sie wirklich alle {{count}} Warteschlangen in dieser Gruppe pausieren?",
|
|
110
|
+
"RESUME_GROUP": "Möchten Sie wirklich alle {{count}} Warteschlangen in dieser Gruppe fortsetzen?"
|
|
111
|
+
},
|
|
112
|
+
"PAUSE_GROUP": "Alle Warteschlangen in Gruppe pausieren",
|
|
113
|
+
"RESUME_GROUP": "Alle Warteschlangen in Gruppe fortsetzen",
|
|
114
|
+
"GROUP_ACTIONS": "Gruppenaktionen"
|
|
104
115
|
},
|
|
105
116
|
"STATUS": {
|
|
106
117
|
"LATEST": "Neueste",
|
|
@@ -158,7 +169,8 @@
|
|
|
158
169
|
"OFF": "Aus",
|
|
159
170
|
"SECS": "{{count}} Sekunden",
|
|
160
171
|
"MINS": "{{count}} Minuten",
|
|
161
|
-
"MINS_one": "{{count}} Minute"
|
|
172
|
+
"MINS_one": "{{count}} Minute",
|
|
173
|
+
"MINS_other": "{{count}} minute"
|
|
162
174
|
},
|
|
163
175
|
"DEFAULT_JOB_TAB": "Standard-Job-Tab",
|
|
164
176
|
"JOBS_PER_PAGE": "Jobs pro Seite (1-50)",
|
|
@@ -172,7 +184,14 @@
|
|
|
172
184
|
"COLLAPSE_JOB_ERROR": "Job-Fehler einklappen",
|
|
173
185
|
"DEFAULT_COLLAPSE_DEPTH": "Standard-JSON-Einklapptiefe (0-10)",
|
|
174
186
|
"SORT_QUEUES": "Warteschlangen sortieren (A-Z, Gruppen zuerst)",
|
|
175
|
-
"DARK_MODE": "Dunkler Modus"
|
|
187
|
+
"DARK_MODE": "Dunkler Modus",
|
|
188
|
+
"SECTIONS": {
|
|
189
|
+
"GENERAL": "Allgemein",
|
|
190
|
+
"QUEUES": "Warteschlangen",
|
|
191
|
+
"JOBS": "Jobs"
|
|
192
|
+
},
|
|
193
|
+
"GROUP_QUEUES": "Warteschlangen nach Kategorie gruppieren",
|
|
194
|
+
"GROUP_QUEUES_HELP": "Teilen Sie die Übersicht mithilfe des Trennzeichens in den Warteschlangennamen in einklappbare Abschnitte auf, dieselbe Gruppierung, die auch die Seitenleiste verwendet."
|
|
176
195
|
},
|
|
177
196
|
"CONCURRENCY": {
|
|
178
197
|
"TITLE": "Globale Parallelität",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"DASHBOARD": {
|
|
12
12
|
"JOBS_COUNT_one": "{{count}} Job",
|
|
13
|
-
"JOBS_COUNT_other": "{{count}}
|
|
13
|
+
"JOBS_COUNT_other": "{{count}} Jobs",
|
|
14
14
|
"JOBS_COUNT": "{{count}} Jobs",
|
|
15
15
|
"EMPTY_STATE": "No queues to display.",
|
|
16
16
|
"EMPTY_STATE_FILTERED": "No queues have {{status}} jobs.",
|
|
@@ -22,6 +22,11 @@
|
|
|
22
22
|
"ACTIVE": "Active Jobs",
|
|
23
23
|
"COMPLETED": "Completed Jobs",
|
|
24
24
|
"ALPHABETICAL": "Alphabetical (A-Z)"
|
|
25
|
+
},
|
|
26
|
+
"VIEW": {
|
|
27
|
+
"TITLE": "View",
|
|
28
|
+
"FLAT": "Flat",
|
|
29
|
+
"GROUPED": "Grouped"
|
|
25
30
|
}
|
|
26
31
|
},
|
|
27
32
|
"JOB": {
|
|
@@ -100,15 +105,20 @@
|
|
|
100
105
|
"OBLITERATE_QUEUE": "Are you sure that you want to obliterate this queue?\n\nThis will completely remove the queue and all its Redis keys.\nThe queue must be paused first.",
|
|
101
106
|
"RESUME_QUEUE": "Are you sure that you want to resume queue processing?",
|
|
102
107
|
"PAUSE_ALL": "Are you sure that you want to pause all queues?",
|
|
103
|
-
"RESUME_ALL": "Are you sure that you want to resume all queues?"
|
|
104
|
-
|
|
108
|
+
"RESUME_ALL": "Are you sure that you want to resume all queues?",
|
|
109
|
+
"PAUSE_GROUP": "Are you sure that you want to pause all {{count}} queues in this group?",
|
|
110
|
+
"RESUME_GROUP": "Are you sure that you want to resume all {{count}} queues in this group?"
|
|
111
|
+
},
|
|
112
|
+
"PAUSE_GROUP": "Pause all queues in group",
|
|
113
|
+
"RESUME_GROUP": "Resume all queues in group",
|
|
114
|
+
"GROUP_ACTIONS": "Group actions"
|
|
105
115
|
},
|
|
106
116
|
"STATUS": {
|
|
107
117
|
"LATEST": "Latest",
|
|
108
118
|
"ACTIVE": "Active",
|
|
109
119
|
"WAITING": "Waiting",
|
|
110
120
|
"WAITING-CHILDREN": "Waiting Children",
|
|
111
|
-
"PRIORITIZED": "
|
|
121
|
+
"PRIORITIZED": "Prioritised",
|
|
112
122
|
"COMPLETED": "Completed",
|
|
113
123
|
"FAILED": "Failed",
|
|
114
124
|
"DELAYED": "Delayed",
|
|
@@ -160,7 +170,7 @@
|
|
|
160
170
|
"SECS": "{{count}} seconds",
|
|
161
171
|
"MINS": "{{count}} minutes",
|
|
162
172
|
"MINS_one": "{{count}} minute",
|
|
163
|
-
"MINS_other": "{{count}}
|
|
173
|
+
"MINS_other": "{{count}} minutes"
|
|
164
174
|
},
|
|
165
175
|
"DEFAULT_JOB_TAB": "Default job tab",
|
|
166
176
|
"JOBS_PER_PAGE": "Jobs per page (1-50)",
|
|
@@ -174,7 +184,14 @@
|
|
|
174
184
|
"COLLAPSE_JOB_ERROR": "Collapse job error",
|
|
175
185
|
"DEFAULT_COLLAPSE_DEPTH": "Default JSON collapse depth (0-10)",
|
|
176
186
|
"SORT_QUEUES": "Sort queues (A-Z, groups first)",
|
|
177
|
-
"DARK_MODE": "Dark mode"
|
|
187
|
+
"DARK_MODE": "Dark mode",
|
|
188
|
+
"SECTIONS": {
|
|
189
|
+
"GENERAL": "General",
|
|
190
|
+
"QUEUES": "Queues",
|
|
191
|
+
"JOBS": "Jobs"
|
|
192
|
+
},
|
|
193
|
+
"GROUP_QUEUES": "Group queues by category",
|
|
194
|
+
"GROUP_QUEUES_HELP": "Split the overview into collapsible sections from the delimiter in queue names, the same grouping the sidebar uses."
|
|
178
195
|
},
|
|
179
196
|
"CONCURRENCY": {
|
|
180
197
|
"TITLE": "Global Concurrency",
|
|
@@ -21,6 +21,11 @@
|
|
|
21
21
|
"ACTIVE": "Active Jobs",
|
|
22
22
|
"COMPLETED": "Completed Jobs",
|
|
23
23
|
"ALPHABETICAL": "Alphabetical (A-Z)"
|
|
24
|
+
},
|
|
25
|
+
"VIEW": {
|
|
26
|
+
"TITLE": "View",
|
|
27
|
+
"FLAT": "Flat",
|
|
28
|
+
"GROUPED": "Grouped"
|
|
24
29
|
}
|
|
25
30
|
},
|
|
26
31
|
"JOB": {
|
|
@@ -99,8 +104,13 @@
|
|
|
99
104
|
"OBLITERATE_QUEUE": "Are you sure you want to obliterate this queue?\n\nThis will completely remove the queue and all its Redis keys.\nThe queue must be paused first.",
|
|
100
105
|
"RESUME_QUEUE": "Are you sure that you want to resume queue processing?",
|
|
101
106
|
"PAUSE_ALL": "Are you sure that you want to pause all queues?",
|
|
102
|
-
"RESUME_ALL": "Are you sure that you want to resume all queues?"
|
|
103
|
-
|
|
107
|
+
"RESUME_ALL": "Are you sure that you want to resume all queues?",
|
|
108
|
+
"PAUSE_GROUP": "Are you sure that you want to pause all {{count}} queues in this group?",
|
|
109
|
+
"RESUME_GROUP": "Are you sure that you want to resume all {{count}} queues in this group?"
|
|
110
|
+
},
|
|
111
|
+
"PAUSE_GROUP": "Pause all queues in group",
|
|
112
|
+
"RESUME_GROUP": "Resume all queues in group",
|
|
113
|
+
"GROUP_ACTIONS": "Group actions"
|
|
104
114
|
},
|
|
105
115
|
"STATUS": {
|
|
106
116
|
"LATEST": "Latest",
|
|
@@ -172,7 +182,14 @@
|
|
|
172
182
|
"COLLAPSE_JOB_ERROR": "Collapse job error",
|
|
173
183
|
"DEFAULT_COLLAPSE_DEPTH": "Default JSON collapse depth (0-10)",
|
|
174
184
|
"SORT_QUEUES": "Sort queues (A-Z, groups first)",
|
|
175
|
-
"DARK_MODE": "Dark mode"
|
|
185
|
+
"DARK_MODE": "Dark mode",
|
|
186
|
+
"SECTIONS": {
|
|
187
|
+
"GENERAL": "General",
|
|
188
|
+
"QUEUES": "Queues",
|
|
189
|
+
"JOBS": "Jobs"
|
|
190
|
+
},
|
|
191
|
+
"GROUP_QUEUES": "Group queues by category",
|
|
192
|
+
"GROUP_QUEUES_HELP": "Split the overview into collapsible sections from the delimiter in queue names, the same grouping the sidebar uses."
|
|
176
193
|
},
|
|
177
194
|
"CONCURRENCY": {
|
|
178
195
|
"TITLE": "Global Concurrency",
|
|
@@ -23,6 +23,11 @@
|
|
|
23
23
|
"ACTIVE": "Trabajos activos",
|
|
24
24
|
"COMPLETED": "Trabajos completados",
|
|
25
25
|
"ALPHABETICAL": "Alfabético (A-Z)"
|
|
26
|
+
},
|
|
27
|
+
"VIEW": {
|
|
28
|
+
"TITLE": "Vista",
|
|
29
|
+
"FLAT": "Plano",
|
|
30
|
+
"GROUPED": "Agrupado"
|
|
26
31
|
}
|
|
27
32
|
},
|
|
28
33
|
"JOB": {
|
|
@@ -101,8 +106,13 @@
|
|
|
101
106
|
"OBLITERATE_QUEUE": "¿Estás seguro de que quieres obliterar esta cola?\n\nEsto eliminará completamente la cola y todas sus claves de Redis.\nLa cola debe estar pausada primero.",
|
|
102
107
|
"RESUME_QUEUE": "¿Estás seguro de que quieres reanudar el procesamiento de la cola?",
|
|
103
108
|
"PAUSE_ALL": "¿Estás seguro de que deseas pausar todas las colas?",
|
|
104
|
-
"RESUME_ALL": "¿Estás seguro de que deseas reanudar todas las colas?"
|
|
105
|
-
|
|
109
|
+
"RESUME_ALL": "¿Estás seguro de que deseas reanudar todas las colas?",
|
|
110
|
+
"PAUSE_GROUP": "¿Estás seguro de que quieres pausar todas las {{count}} colas de este grupo?",
|
|
111
|
+
"RESUME_GROUP": "¿Estás seguro de que quieres reanudar todas las {{count}} colas de este grupo?"
|
|
112
|
+
},
|
|
113
|
+
"PAUSE_GROUP": "Pausar todas las colas del grupo",
|
|
114
|
+
"RESUME_GROUP": "Reanudar todas las colas del grupo",
|
|
115
|
+
"GROUP_ACTIONS": "Acciones de grupo"
|
|
106
116
|
},
|
|
107
117
|
"STATUS": {
|
|
108
118
|
"LATEST": "Recientes",
|
|
@@ -176,7 +186,14 @@
|
|
|
176
186
|
"COLLAPSE_JOB_ERROR": "Contraer error de tarea",
|
|
177
187
|
"DEFAULT_COLLAPSE_DEPTH": "Default JSON collapse depth (0-10)",
|
|
178
188
|
"SORT_QUEUES": "Sort queues (A-Z, groups first)",
|
|
179
|
-
"DARK_MODE": "Modo oscuro"
|
|
189
|
+
"DARK_MODE": "Modo oscuro",
|
|
190
|
+
"SECTIONS": {
|
|
191
|
+
"GENERAL": "General",
|
|
192
|
+
"QUEUES": "Queues",
|
|
193
|
+
"JOBS": "Jobs"
|
|
194
|
+
},
|
|
195
|
+
"GROUP_QUEUES": "Agrupar colas por categoría",
|
|
196
|
+
"GROUP_QUEUES_HELP": "Divide la vista general en secciones plegables a partir del delimitador en los nombres de las colas, la misma agrupación que usa la barra lateral."
|
|
180
197
|
},
|
|
181
198
|
"CONCURRENCY": {
|
|
182
199
|
"TITLE": "Concurrencia global",
|
|
@@ -23,6 +23,11 @@
|
|
|
23
23
|
"ACTIVE": "Tâches actives",
|
|
24
24
|
"COMPLETED": "Tâches terminées",
|
|
25
25
|
"ALPHABETICAL": "Alphabétique (A-Z)"
|
|
26
|
+
},
|
|
27
|
+
"VIEW": {
|
|
28
|
+
"TITLE": "Vue",
|
|
29
|
+
"FLAT": "Plat",
|
|
30
|
+
"GROUPED": "Groupé"
|
|
26
31
|
}
|
|
27
32
|
},
|
|
28
33
|
"JOB": {
|
|
@@ -101,8 +106,13 @@
|
|
|
101
106
|
"OBLITERATE_QUEUE": "Êtes-vous sûr de vouloir oblitérer cette file?\n\nCela supprimera complètement la file et toutes ses clés Redis.\nLa file doit d'abord être mise en pause.",
|
|
102
107
|
"RESUME_QUEUE": "Êtes-vous sûr de vouloir reprendre le traitement de la file ?",
|
|
103
108
|
"PAUSE_ALL": "Êtes-vous sûr de vouloir mettre toutes les files d'attente en pause ?",
|
|
104
|
-
"RESUME_ALL": "Êtes-vous sûr de vouloir reprendre toutes les files d'attente ?"
|
|
105
|
-
|
|
109
|
+
"RESUME_ALL": "Êtes-vous sûr de vouloir reprendre toutes les files d'attente ?",
|
|
110
|
+
"PAUSE_GROUP": "Êtes-vous sûr de vouloir mettre en pause les {{count}} files de ce groupe ?",
|
|
111
|
+
"RESUME_GROUP": "Êtes-vous sûr de vouloir reprendre les {{count}} files de ce groupe ?"
|
|
112
|
+
},
|
|
113
|
+
"PAUSE_GROUP": "Mettre en pause toutes les files du groupe",
|
|
114
|
+
"RESUME_GROUP": "Reprendre toutes les files du groupe",
|
|
115
|
+
"GROUP_ACTIONS": "Actions de groupe"
|
|
106
116
|
},
|
|
107
117
|
"STATUS": {
|
|
108
118
|
"LATEST": "Dernières",
|
|
@@ -176,7 +186,14 @@
|
|
|
176
186
|
"COLLAPSE_JOB_ERROR": "Réduire l'erreur de la tâche",
|
|
177
187
|
"DEFAULT_COLLAPSE_DEPTH": "Default JSON collapse depth (0-10)",
|
|
178
188
|
"SORT_QUEUES": "Sort queues (A-Z, groups first)",
|
|
179
|
-
"DARK_MODE": "Mode sombre"
|
|
189
|
+
"DARK_MODE": "Mode sombre",
|
|
190
|
+
"SECTIONS": {
|
|
191
|
+
"GENERAL": "General",
|
|
192
|
+
"QUEUES": "Queues",
|
|
193
|
+
"JOBS": "Jobs"
|
|
194
|
+
},
|
|
195
|
+
"GROUP_QUEUES": "Grouper les files par catégorie",
|
|
196
|
+
"GROUP_QUEUES_HELP": "Divisez la vue d'ensemble en sections pliables à partir du délimiteur dans les noms de files, le même regroupement que celui utilisé par la barre latérale."
|
|
180
197
|
},
|
|
181
198
|
"CONCURRENCY": {
|
|
182
199
|
"TITLE": "Concurrence globale",
|
|
@@ -21,6 +21,11 @@
|
|
|
21
21
|
"ACTIVE": "実行中ジョブ",
|
|
22
22
|
"COMPLETED": "完了したジョブ",
|
|
23
23
|
"ALPHABETICAL": "アルファベット順 (A-Z)"
|
|
24
|
+
},
|
|
25
|
+
"VIEW": {
|
|
26
|
+
"TITLE": "表示",
|
|
27
|
+
"FLAT": "フラット",
|
|
28
|
+
"GROUPED": "グループ"
|
|
24
29
|
}
|
|
25
30
|
},
|
|
26
31
|
"JOB": {
|
|
@@ -99,8 +104,13 @@
|
|
|
99
104
|
"OBLITERATE_QUEUE": "このキューを完全に削除してもよろしいですか?これによりキューとすべてのRedisキーが完全に削除されます。キューは最初に一時停止する必要があります。",
|
|
100
105
|
"RESUME_QUEUE": "キューの処理を再開してもよろしいですか?",
|
|
101
106
|
"PAUSE_ALL": "すべてのキューを一時停止してもよろしいですか?",
|
|
102
|
-
"RESUME_ALL": "すべてのキューを再開してもよろしいですか?"
|
|
103
|
-
|
|
107
|
+
"RESUME_ALL": "すべてのキューを再開してもよろしいですか?",
|
|
108
|
+
"PAUSE_GROUP": "このグループの{{count}}個のキューすべてを一時停止してもよろしいですか?",
|
|
109
|
+
"RESUME_GROUP": "このグループの{{count}}個のキューすべてを再開してもよろしいですか?"
|
|
110
|
+
},
|
|
111
|
+
"PAUSE_GROUP": "グループ内のすべてのキューを一時停止",
|
|
112
|
+
"RESUME_GROUP": "グループ内のすべてのキューを再開",
|
|
113
|
+
"GROUP_ACTIONS": "グループアクション"
|
|
104
114
|
},
|
|
105
115
|
"STATUS": {
|
|
106
116
|
"LATEST": "最新",
|
|
@@ -172,7 +182,14 @@
|
|
|
172
182
|
"COLLAPSE_JOB_ERROR": "ジョブエラーを折りたたむ",
|
|
173
183
|
"DEFAULT_COLLAPSE_DEPTH": "Default JSON collapse depth (0-10)",
|
|
174
184
|
"SORT_QUEUES": "Sort queues (A-Z, groups first)",
|
|
175
|
-
"DARK_MODE": "ダークモード"
|
|
185
|
+
"DARK_MODE": "ダークモード",
|
|
186
|
+
"SECTIONS": {
|
|
187
|
+
"GENERAL": "General",
|
|
188
|
+
"QUEUES": "Queues",
|
|
189
|
+
"JOBS": "Jobs"
|
|
190
|
+
},
|
|
191
|
+
"GROUP_QUEUES": "カテゴリごとにキューをグループ化",
|
|
192
|
+
"GROUP_QUEUES_HELP": "キュー名の区切り文字に基づいて概要を折りたたみ可能なセクションに分割します。サイドバーと同じグループ化を使用します。"
|
|
176
193
|
},
|
|
177
194
|
"CONCURRENCY": {
|
|
178
195
|
"TITLE": "グローバル同時実行数",
|
|
@@ -20,6 +20,11 @@
|
|
|
20
20
|
"ACTIVE": "활성 작업",
|
|
21
21
|
"COMPLETED": "완료된 작업",
|
|
22
22
|
"ALPHABETICAL": "알파벳순 (A-Z)"
|
|
23
|
+
},
|
|
24
|
+
"VIEW": {
|
|
25
|
+
"TITLE": "보기",
|
|
26
|
+
"FLAT": "평면",
|
|
27
|
+
"GROUPED": "그룹화"
|
|
23
28
|
}
|
|
24
29
|
},
|
|
25
30
|
"JOB": {
|
|
@@ -98,8 +103,13 @@
|
|
|
98
103
|
"OBLITERATE_QUEUE": "이 큐를 완전히 삭제하시겠습니까?\n\n큐와 모든 Redis 키가 완전히 제거됩니다.\n큐를 먼저 일시정지해야 합니다.",
|
|
99
104
|
"RESUME_QUEUE": "큐 처리를 재개하시겠습니까?",
|
|
100
105
|
"PAUSE_ALL": "모든 큐를 일시정지하시겠습니까?",
|
|
101
|
-
"RESUME_ALL": "모든 큐를 재개하시겠습니까?"
|
|
102
|
-
|
|
106
|
+
"RESUME_ALL": "모든 큐를 재개하시겠습니까?",
|
|
107
|
+
"PAUSE_GROUP": "이 그룹의 모든 {{count}}개 큐를 일시 중지하시겠습니까?",
|
|
108
|
+
"RESUME_GROUP": "이 그룹의 모든 {{count}}개 큐를 재개하시겠습니까?"
|
|
109
|
+
},
|
|
110
|
+
"PAUSE_GROUP": "그룹의 모든 큐 일시 중지",
|
|
111
|
+
"RESUME_GROUP": "그룹의 모든 큐 재개",
|
|
112
|
+
"GROUP_ACTIONS": "그룹 작업"
|
|
103
113
|
},
|
|
104
114
|
"STATUS": {
|
|
105
115
|
"LATEST": "최근",
|
|
@@ -170,7 +180,14 @@
|
|
|
170
180
|
"COLLAPSE_JOB_ERROR": "작업 오류 접기",
|
|
171
181
|
"DEFAULT_COLLAPSE_DEPTH": "Default JSON collapse depth (0-10)",
|
|
172
182
|
"SORT_QUEUES": "Sort queues (A-Z, groups first)",
|
|
173
|
-
"DARK_MODE": "다크 모드"
|
|
183
|
+
"DARK_MODE": "다크 모드",
|
|
184
|
+
"SECTIONS": {
|
|
185
|
+
"GENERAL": "General",
|
|
186
|
+
"QUEUES": "Queues",
|
|
187
|
+
"JOBS": "Jobs"
|
|
188
|
+
},
|
|
189
|
+
"GROUP_QUEUES": "카테고리별로 큐 그룹화",
|
|
190
|
+
"GROUP_QUEUES_HELP": "큐 이름의 구분자를 기준으로 개요를 접을 수 있는 섹션으로 나눕니다. 사이드바에서 사용하는 것과 동일한 그룹화입니다."
|
|
174
191
|
},
|
|
175
192
|
"CONCURRENCY": {
|
|
176
193
|
"TITLE": "글로벌 동시성",
|
|
@@ -23,6 +23,11 @@
|
|
|
23
23
|
"ACTIVE": "Trabalhos ativos",
|
|
24
24
|
"COMPLETED": "Trabalhos concluídos",
|
|
25
25
|
"ALPHABETICAL": "Alfabético (A-Z)"
|
|
26
|
+
},
|
|
27
|
+
"VIEW": {
|
|
28
|
+
"TITLE": "Exibir",
|
|
29
|
+
"FLAT": "Plano",
|
|
30
|
+
"GROUPED": "Agrupado"
|
|
26
31
|
}
|
|
27
32
|
},
|
|
28
33
|
"JOB": {
|
|
@@ -101,8 +106,13 @@
|
|
|
101
106
|
"OBLITERATE_QUEUE": "Tem certeza de que deseja obliterar esta fila?\n\nIsso removerá completamente a fila e todas as suas chaves Redis.\nA fila deve ser pausada primeiro.",
|
|
102
107
|
"RESUME_QUEUE": "Deseja realmente retomar o processamento da fila?",
|
|
103
108
|
"PAUSE_ALL": "Tem certeza de que deseja pausar todas as filas?",
|
|
104
|
-
"RESUME_ALL": "Tem certeza de que deseja retomar todas as filas?"
|
|
105
|
-
|
|
109
|
+
"RESUME_ALL": "Tem certeza de que deseja retomar todas as filas?",
|
|
110
|
+
"PAUSE_GROUP": "Tem certeza de que deseja pausar todas as {{count}} filas neste grupo?",
|
|
111
|
+
"RESUME_GROUP": "Tem certeza de que deseja retomar todas as {{count}} filas neste grupo?"
|
|
112
|
+
},
|
|
113
|
+
"PAUSE_GROUP": "Pausar todas as filas do grupo",
|
|
114
|
+
"RESUME_GROUP": "Retomar todas as filas do grupo",
|
|
115
|
+
"GROUP_ACTIONS": "Ações do grupo"
|
|
106
116
|
},
|
|
107
117
|
"STATUS": {
|
|
108
118
|
"LATEST": "Mais recente",
|
|
@@ -157,7 +167,7 @@
|
|
|
157
167
|
"LANGUAGE": "Idioma",
|
|
158
168
|
"POLLING_INTERVAL": "Intervalo de tentativas",
|
|
159
169
|
"POLLING_OPTIONS": {
|
|
160
|
-
"OFF": "
|
|
170
|
+
"OFF": "Desligado",
|
|
161
171
|
"SECS": "{{count}} segundos",
|
|
162
172
|
"MINS": "{{count}} minutos",
|
|
163
173
|
"MINS_one": "{{count}} minuto",
|
|
@@ -176,7 +186,14 @@
|
|
|
176
186
|
"COLLAPSE_JOB_ERROR": "Recolher erros da tarefa",
|
|
177
187
|
"DEFAULT_COLLAPSE_DEPTH": "Default JSON collapse depth (0-10)",
|
|
178
188
|
"SORT_QUEUES": "Sort queues (A-Z, groups first)",
|
|
179
|
-
"DARK_MODE": "Modo escuro"
|
|
189
|
+
"DARK_MODE": "Modo escuro",
|
|
190
|
+
"SECTIONS": {
|
|
191
|
+
"GENERAL": "General",
|
|
192
|
+
"QUEUES": "Queues",
|
|
193
|
+
"JOBS": "Jobs"
|
|
194
|
+
},
|
|
195
|
+
"GROUP_QUEUES": "Agrupar filas por categoria",
|
|
196
|
+
"GROUP_QUEUES_HELP": "Divida a visão geral em seções recolhíveis a partir do delimitador nos nomes das filas, o mesmo agrupamento que a barra lateral usa."
|
|
180
197
|
},
|
|
181
198
|
"CONCURRENCY": {
|
|
182
199
|
"TITLE": "Concorrência global",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"DASHBOARD": {
|
|
12
12
|
"JOBS_COUNT_one": "{{count}} İş",
|
|
13
|
-
"JOBS_COUNT_other": "{{count}}
|
|
13
|
+
"JOBS_COUNT_other": "{{count}} İş",
|
|
14
14
|
"JOBS_COUNT": "{{count}} İş",
|
|
15
15
|
"EMPTY_STATE": "No queues to display.",
|
|
16
16
|
"EMPTY_STATE_FILTERED": "No queues have {{status}} jobs.",
|
|
@@ -22,6 +22,11 @@
|
|
|
22
22
|
"ACTIVE": "Aktif İşler",
|
|
23
23
|
"COMPLETED": "Tamamlanan İşler",
|
|
24
24
|
"ALPHABETICAL": "Alfabetik (A-Z)"
|
|
25
|
+
},
|
|
26
|
+
"VIEW": {
|
|
27
|
+
"TITLE": "Görünüm",
|
|
28
|
+
"FLAT": "Düz",
|
|
29
|
+
"GROUPED": "Gruplandırılmış"
|
|
25
30
|
}
|
|
26
31
|
},
|
|
27
32
|
"JOB": {
|
|
@@ -100,8 +105,13 @@
|
|
|
100
105
|
"OBLITERATE_QUEUE": "Bu kuyruğu tamamen silmek istediğinizden emin misiniz?\n\nBu işlem kuyruğu ve tüm Redis anahtarlarını tamamen kaldıracaktır.\nKuyruk önce durdurulmalıdır.",
|
|
101
106
|
"RESUME_QUEUE": "Kuyruk işlemini devam ettirmek istediğinizden emin misiniz?",
|
|
102
107
|
"PAUSE_ALL": "Tüm kuyrukları durdurmak istediğinizden emin misiniz?",
|
|
103
|
-
"RESUME_ALL": "Tüm kuyrukları devam ettirmek istediğinizden emin misiniz?"
|
|
104
|
-
|
|
108
|
+
"RESUME_ALL": "Tüm kuyrukları devam ettirmek istediğinizden emin misiniz?",
|
|
109
|
+
"PAUSE_GROUP": "Bu gruptaki {{count}} kuyruğun tümünü durdurmak istediğinizden emin misiniz?",
|
|
110
|
+
"RESUME_GROUP": "Bu gruptaki {{count}} kuyruğun tümünü devam ettirmek istediğinizden emin misiniz?"
|
|
111
|
+
},
|
|
112
|
+
"PAUSE_GROUP": "Gruptaki tüm kuyrukları durdur",
|
|
113
|
+
"RESUME_GROUP": "Gruptaki tüm kuyrukları devam ettir",
|
|
114
|
+
"GROUP_ACTIONS": "Grup işlemleri"
|
|
105
115
|
},
|
|
106
116
|
"STATUS": {
|
|
107
117
|
"LATEST": "En yeni",
|
|
@@ -160,7 +170,7 @@
|
|
|
160
170
|
"SECS": "{{count}} saniye",
|
|
161
171
|
"MINS": "{{count}} dakika",
|
|
162
172
|
"MINS_one": "{{count}} dakika",
|
|
163
|
-
"MINS_other": "{{count}}
|
|
173
|
+
"MINS_other": "{{count}} dakika"
|
|
164
174
|
},
|
|
165
175
|
"DEFAULT_JOB_TAB": "Varsayılan iş sekmesi",
|
|
166
176
|
"JOBS_PER_PAGE": "Sayfa başına iş (1-50)",
|
|
@@ -174,7 +184,14 @@
|
|
|
174
184
|
"COLLAPSE_JOB_ERROR": "İş hatasını daralt",
|
|
175
185
|
"DEFAULT_COLLAPSE_DEPTH": "Default JSON collapse depth (0-10)",
|
|
176
186
|
"SORT_QUEUES": "Sort queues (A-Z, groups first)",
|
|
177
|
-
"DARK_MODE": "Karanlık mod"
|
|
187
|
+
"DARK_MODE": "Karanlık mod",
|
|
188
|
+
"SECTIONS": {
|
|
189
|
+
"GENERAL": "General",
|
|
190
|
+
"QUEUES": "Queues",
|
|
191
|
+
"JOBS": "Jobs"
|
|
192
|
+
},
|
|
193
|
+
"GROUP_QUEUES": "Kuyrukları kategoriye göre grupla",
|
|
194
|
+
"GROUP_QUEUES_HELP": "Kuyruk adlarındaki ayırıcıya göre genel bakışı daraltılabilir bölümlere ayırın, kenar çubuğunun kullandığı gruplama ile aynıdır."
|
|
178
195
|
},
|
|
179
196
|
"CONCURRENCY": {
|
|
180
197
|
"TITLE": "Genel eşzamanlılık",
|
|
@@ -20,6 +20,11 @@
|
|
|
20
20
|
"ACTIVE": "活动中的任务",
|
|
21
21
|
"COMPLETED": "已完成的任务",
|
|
22
22
|
"ALPHABETICAL": "字母顺序 (A-Z)"
|
|
23
|
+
},
|
|
24
|
+
"VIEW": {
|
|
25
|
+
"TITLE": "视图",
|
|
26
|
+
"FLAT": "平面",
|
|
27
|
+
"GROUPED": "分组"
|
|
23
28
|
}
|
|
24
29
|
},
|
|
25
30
|
"JOB": {
|
|
@@ -98,8 +103,13 @@
|
|
|
98
103
|
"OBLITERATE_QUEUE": "您确定要彻底删除此队列吗?这将完全删除队列及其所有Redis键。队列必须先暂停。",
|
|
99
104
|
"RESUME_QUEUE": "您确定要恢复队列处理吗?",
|
|
100
105
|
"PAUSE_ALL": "您确定要暂停所有队列吗?",
|
|
101
|
-
"RESUME_ALL": "您确定要恢复所有队列吗?"
|
|
102
|
-
|
|
106
|
+
"RESUME_ALL": "您确定要恢复所有队列吗?",
|
|
107
|
+
"PAUSE_GROUP": "您确定要暂停此组中的所有{{count}}个队列吗?",
|
|
108
|
+
"RESUME_GROUP": "您确定要恢复此组中的所有{{count}}个队列吗?"
|
|
109
|
+
},
|
|
110
|
+
"PAUSE_GROUP": "暂停组中所有队列",
|
|
111
|
+
"RESUME_GROUP": "恢复组中所有队列",
|
|
112
|
+
"GROUP_ACTIONS": "组操作"
|
|
103
113
|
},
|
|
104
114
|
"STATUS": {
|
|
105
115
|
"LATEST": "最新",
|
|
@@ -170,7 +180,14 @@
|
|
|
170
180
|
"COLLAPSE_JOB_ERROR": "折叠作业错误",
|
|
171
181
|
"DEFAULT_COLLAPSE_DEPTH": "Default JSON collapse depth (0-10)",
|
|
172
182
|
"SORT_QUEUES": "Sort queues (A-Z, groups first)",
|
|
173
|
-
"DARK_MODE": "黑暗模式"
|
|
183
|
+
"DARK_MODE": "黑暗模式",
|
|
184
|
+
"SECTIONS": {
|
|
185
|
+
"GENERAL": "General",
|
|
186
|
+
"QUEUES": "Queues",
|
|
187
|
+
"JOBS": "Jobs"
|
|
188
|
+
},
|
|
189
|
+
"GROUP_QUEUES": "按类别分组队列",
|
|
190
|
+
"GROUP_QUEUES_HELP": "根据队列名称中的分隔符将概览拆分为可折叠的区块,与侧边栏使用的分组方式相同。"
|
|
174
191
|
},
|
|
175
192
|
"CONCURRENCY": {
|
|
176
193
|
"TITLE": "全局并发",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bull-board/ui",
|
|
3
|
-
"version": "8.0
|
|
3
|
+
"version": "8.1.0",
|
|
4
4
|
"description": "A Dashboard UI built on top of bull or bullmq.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bull",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"build": "rsbuild build",
|
|
30
30
|
"build:analyze": "RSDOCTOR=true rsbuild build",
|
|
31
31
|
"clean": "rm -rf dist",
|
|
32
|
-
"sync:locales": "
|
|
32
|
+
"sync:locales": "i18next-locales-sync -c ./localesSync.config.js",
|
|
33
33
|
"gen:jsonSchema": "npm run gen:jsonSchema:bullmq && npm run gen:jsonSchema:bull",
|
|
34
34
|
"gen:jsonSchema:bullmq": "npx ts-json-schema-generator --path '../../node_modules/bullmq/dist/esm/interfaces/**/*.ts' --type 'JobsOptions' --out './src/schemas/bullmq/jobOptions.json'",
|
|
35
35
|
"gen:jsonSchema:bull": "npx ts-json-schema-generator --path '../../node_modules/bull/*.ts' --type 'Bull.JobOptions' --out './src/schemas/bull/jobOptions.json'"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@bull-board/api": "8.0
|
|
38
|
+
"@bull-board/api": "8.1.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@base-ui/react": "^1.6.0",
|
package/typings/app.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ export interface QueueActions {
|
|
|
18
18
|
cleanAll: (queueName: string, status: JobCleanStatus) => () => Promise<void>;
|
|
19
19
|
pauseQueue: (queueName: string) => () => Promise<void>;
|
|
20
20
|
resumeQueue: (queueName: string) => () => Promise<void>;
|
|
21
|
+
pauseQueues: (queueNames: string[]) => () => Promise<void>;
|
|
22
|
+
resumeQueues: (queueNames: string[]) => () => Promise<void>;
|
|
21
23
|
emptyQueue: (queueName: string) => () => Promise<void>;
|
|
22
24
|
obliterateQueue: (queueName: string) => () => Promise<void>;
|
|
23
25
|
updateQueues: () => Promise<void>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.dropdown-N5QNV_{background:var(--dropdown-bg);box-shadow:var(--dropdown-shadow);border:1px solid var(--dropdown-border-color);z-index:100;border-radius:.285714rem;min-width:150px;padding:.25rem 0;font-size:.875rem;line-height:1.25rem}.item-Uubn_V{color:inherit;white-space:nowrap;cursor:pointer;align-items:center;gap:.5rem;padding:.5rem 1rem;text-decoration:none;display:flex}.item-Uubn_V:hover{background:var(--button-default-hover-bg)}.item-Uubn_V>svg{width:1.1em;height:1.1em;fill:var(--button-icon-fill);flex-shrink:0}.subTrigger-G3bGtN{width:100%;font:inherit;color:inherit;background:0 0;border:none}.subTrigger-G3bGtN[data-popup-open]{background:var(--button-default-hover-bg)}.subTrigger-G3bGtN:focus-visible,.subTrigger-G3bGtN:focus,.subItem-_q8kr3:focus-visible,.subItem-_q8kr3:focus{outline:none}.subItem-_q8kr3>svg{width:.75em;height:.75em}.card-xqyZlH{background-color:var(--card-bg);box-shadow:var(--card-shadow);border-radius:.25rem;min-width:0;padding:1em;display:flex}.trigger-GNtOnV{justify-self:flex-end;margin-bottom:.25em;padding:.5em .65em}.danger-GDAQpl{color:var(--failed)!important}.danger-GDAQpl>svg{fill:currentColor!important}@media (max-width:768px){.trigger-GNtOnV{min-width:42px;min-height:42px;margin-bottom:0}}.stats-rA0n5N{white-space:nowrap;align-items:center;gap:1rem;display:flex}.progressBar-kqLFX9{background-color:var(--separator-color);color:#fff;text-align:center;z-index:1;border-radius:9999px;width:100%;height:1rem;font-size:.75rem;line-height:1;display:flex;overflow:hidden}.progressBar-kqLFX9>.bar-aiypOU{min-width:min-content;padding:.125rem;text-decoration:none;transition:width .3s ease-in,opacity .2s ease-in-out}.progressBar-kqLFX9>.bar-aiypOU,.progressBar-kqLFX9>.bar-aiypOU:visited,.progressBar-kqLFX9>.bar-aiypOU:active{color:inherit}.progressBar-kqLFX9>.bar-aiypOU:hover{opacity:.75}.progressBar-kqLFX9>.bar-aiypOU+.bar-aiypOU{border-left:2px solid var(--card-bg)}.waiting-q0vfA9{background-color:var(--waiting)}.waitingChildren-S11OYM{background-color:var(--waiting-children)}.prioritized-jTAxmN{background-color:var(--prioritized)}.completed-Bjjsoj{background-color:var(--completed)}.failed-L8BZmZ{background-color:var(--failed)}.active-Aj24DJ{background-color:var(--active)}.delayed-huK85t{background-color:var(--delayed)}.paused-xuACK2{background-color:var(--paused)}.queueCard-YHG6yO{flex-direction:column;gap:.5rem;min-width:0;transition:background-color .15s ease-in;position:relative}.queueCard-YHG6yO:hover{background-color:var(--card-bg-hover)}.header-gQ6Axi{justify-content:space-between;align-items:center;gap:.5rem;min-width:0;display:flex}.headerContext-fhRYcv{z-index:2;justify-content:space-between;align-items:center;gap:.15rem;display:flex}.headerContext-fhRYcv .pausedBadge-lWdTOt{margin-bottom:.25rem}.link-xZr7yB{color:inherit;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;text-decoration:none;display:block;overflow:hidden}.link-xZr7yB:after{content:"";z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.pausedBadge-lWdTOt{color:#828e97;white-space:nowrap;flex-shrink:0;font-size:.75rem}.statusBar-a5jlNu{border-bottom:2px solid var(--status-menu-border-color);align-items:center;margin-bottom:.75rem;display:flex;position:relative}.statusTabs-hBbuDg{scrollbar-width:none;flex-wrap:nowrap;flex:1;min-width:0;margin:0;padding:0 .5rem;list-style:none;display:flex;overflow:auto hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 2rem calc(100% - 2rem),#0000);mask-image:linear-gradient(90deg,#0000,#000 2rem calc(100% - 2rem),#0000)}.tabsWrapper-fF1t9Y{flex:1;min-width:0}.statusTabs-hBbuDg::-webkit-scrollbar{display:none}.statusTabs-hBbuDg>li{align-items:center;display:flex}.statusTabs-hBbuDg>li>a{color:var(--status-menu-text);white-space:nowrap;border-bottom:2px solid #0000;align-items:center;gap:.4em;margin:0 0 -2px;padding:.5em .75em;font-size:.9rem;text-decoration:none;transition:background-color .1s,border-bottom-color .2s ease-in-out,color .1s;display:flex}.statusTabs-hBbuDg>li>a:hover,.statusTabs-hBbuDg>li>a:active{border-color:var(--status-menu-hover-text);background-color:var(--button-default-hover-bg)}.statusTabs-hBbuDg>li>a.isActive-C2L583{border-color:var(--status-menu-active-border);color:var(--status-menu-active-text);background-color:color-mix(in srgb, var(--status-menu-active-border) 8%, transparent);font-weight:500}.statusTabs-hBbuDg>li>a>span{white-space:nowrap}.statusTabs-hBbuDg>li>a>span[data-text]:before{content:attr(data-text);visibility:hidden;height:0;font-weight:600;display:block;overflow:hidden}.dot-N_ddYO{background-color:var(--dot-color);border-radius:50%;flex-shrink:0;width:.45rem;height:.45rem}.badge-megf05{background-color:var(--badge-bg);color:var(--badge-text-color);text-align:center;border-radius:500rem;padding:.2em .6em;font-size:.75rem;font-weight:400;line-height:1em;display:inline-block}.trailing-FZwfmt{flex-shrink:0;margin-left:auto;padding-left:.5rem}.waiting-RxEe57{--dot-color:var(--waiting)}.waitingChildren-dnj_C6{--dot-color:var(--waiting-children)}.prioritized-G0QP5n{--dot-color:var(--prioritized)}.active-t_bCgg{--dot-color:var(--active)}.failed-UAbaoZ{--dot-color:var(--failed)}.completed-kcKLT0{--dot-color:var(--completed)}.delayed-OgFXqU{--dot-color:var(--delayed)}.paused-aQsd6J{--dot-color:var(--paused)}@media (max-width:768px){.statusTabs-hBbuDg>li>a{padding:.5em .6em;font-size:.8rem}}.stickyHeader-Woc0cg{top:var(--header-height);z-index:2;background-color:var(--body-bg);margin:0 calc(var(--body-padding) * -1);padding:0 var(--body-padding);position:sticky}.actionContainer-gipYSV{justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.actionContainer-gipYSV:empty{display:none}@media (max-width:768px){.actionContainer-gipYSV{flex-direction:column;align-items:stretch;gap:.5rem}}.overview-zcxjH0{grid-gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0;padding:0;list-style:none;display:grid}.message-FeVnqw{white-space:pre-line;margin-top:2rem;line-height:1.5rem}.message-FeVnqw a{color:var(--accent-color);text-decoration:none}.message-FeVnqw a:hover{color:var(--accent-color-d1)}.emptyState-GPHV7C{text-align:center;color:var(--accent-color);margin-top:3rem;font-size:.9rem}@media (max-width:768px){.overview-zcxjH0{grid-template-columns:minmax(0,1fr)}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.field-JbAWJt>label{font-size:.875rem;line-height:1.25rem;display:block}.field-JbAWJt+.field-JbAWJt{margin-top:1rem}.field-JbAWJt>input,.field-JbAWJt>select{width:100%;display:block;margin-top:.25rem!important;font-size:.875rem!important;line-height:1.25rem!important}.field-JbAWJt.inline-vXG0Za{align-items:center;gap:.5rem;display:flex}.switch-DOdNhn{border:1px solid var(--input-border);-webkit-tap-highlight-color:#0000;cursor:pointer;background-color:#0000;border-radius:9999px;width:42px;height:25px;transition:border-color .2s ease-out,box-shadow .2s ease-out;position:relative;box-shadow:0 1px 2px #0000000d}.switch-DOdNhn[data-checked]{background-color:var(--button-default-hover-bg)}.switch-DOdNhn:hover .thumb-tvm2sT{background-color:#909bad}.switch-DOdNhn:focus{border-color:var(--input-focus-border);box-shadow:var(--input-focus-shadow)}.thumb-tvm2sT{background-color:var(--accent-color-d1);will-change:transform;border-radius:9999px;width:21px;height:21px;transition:transform .1s;display:block;position:relative;top:1px;transform:translate(2px)}.thumb-tvm2sT[data-checked]{transform:translate(18px)}
|