foreman_remote_execution 15.0.2 → 16.0.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.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/job_templates_controller.rb +3 -0
  3. data/app/views/api/v2/job_invocations/main.json.rabl +1 -1
  4. data/lib/foreman_remote_execution/engine.rb +1 -1
  5. data/lib/foreman_remote_execution/version.rb +1 -1
  6. data/locale/foreman_remote_execution.pot +138 -135
  7. data/package.json +8 -7
  8. data/webpack/JobInvocationDetail/JobAdditionInfo.js +4 -4
  9. data/webpack/JobInvocationDetail/JobInvocationDetail.scss +5 -5
  10. data/webpack/JobInvocationDetail/JobInvocationHostTable.js +7 -4
  11. data/webpack/JobInvocationDetail/JobInvocationHostTableToolbar.js +8 -3
  12. data/webpack/JobInvocationDetail/JobInvocationToolbarButtons.js +3 -5
  13. data/webpack/JobInvocationDetail/TemplateInvocationComponents/OutputToggleGroup.js +1 -1
  14. data/webpack/JobInvocationDetail/TemplateInvocationComponents/PreviewTemplate.js +3 -10
  15. data/webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js +5 -5
  16. data/webpack/JobInvocationDetail/TemplateInvocationComponents/index.scss +1 -1
  17. data/webpack/JobInvocationDetail/__tests__/MainInformation.test.js +6 -6
  18. data/webpack/JobInvocationDetail/__tests__/TemplateInvocation.test.js +1 -1
  19. data/webpack/JobInvocationDetail/__tests__/fixtures.js +1 -0
  20. data/webpack/JobInvocationDetail/index.js +14 -13
  21. data/webpack/JobWizard/Footer.js +2 -4
  22. data/webpack/JobWizard/JobWizard.js +1 -1
  23. data/webpack/JobWizard/JobWizard.scss +19 -19
  24. data/webpack/JobWizard/JobWizardPageRerun.js +22 -16
  25. data/webpack/JobWizard/PermissionDenied.js +15 -11
  26. data/webpack/JobWizard/__tests__/integration.test.js +10 -8
  27. data/webpack/JobWizard/steps/AdvancedFields/DescriptionField.js +26 -14
  28. data/webpack/JobWizard/steps/AdvancedFields/Fields.js +5 -5
  29. data/webpack/JobWizard/steps/AdvancedFields/__tests__/AdvancedFields.test.js +14 -12
  30. data/webpack/JobWizard/steps/HostsAndInputs/SelectAPI.js +1 -1
  31. data/webpack/JobWizard/steps/HostsAndInputs/SelectGQL.js +1 -1
  32. data/webpack/JobWizard/steps/HostsAndInputs/__tests__/HostsAndInputs.test.js +5 -5
  33. data/webpack/JobWizard/steps/HostsAndInputs/index.js +41 -36
  34. data/webpack/JobWizard/steps/ReviewDetails/ReviewDetails.test.js +3 -3
  35. data/webpack/JobWizard/steps/ReviewDetails/index.js +1 -1
  36. data/webpack/JobWizard/steps/Schedule/PurposeField.js +1 -1
  37. data/webpack/JobWizard/steps/Schedule/RepeatCron.js +1 -1
  38. data/webpack/JobWizard/steps/Schedule/RepeatDaily.js +1 -1
  39. data/webpack/JobWizard/steps/Schedule/RepeatHour.js +6 -4
  40. data/webpack/JobWizard/steps/Schedule/RepeatMonth.js +1 -1
  41. data/webpack/JobWizard/steps/Schedule/RepeatWeek.js +1 -1
  42. data/webpack/JobWizard/steps/Schedule/ScheduleFuture.js +10 -3
  43. data/webpack/JobWizard/steps/Schedule/ScheduleRecurring.js +29 -19
  44. data/webpack/JobWizard/steps/form/DateTimePicker.js +1 -1
  45. data/webpack/JobWizard/steps/form/FormHelpers.js +7 -4
  46. data/webpack/JobWizard/steps/form/Formatter.js +3 -1
  47. data/webpack/JobWizard/steps/form/GroupedSelectField.js +3 -3
  48. data/webpack/JobWizard/steps/form/NumberInput.js +17 -7
  49. data/webpack/JobWizard/steps/form/ResourceSelect.js +8 -4
  50. data/webpack/JobWizard/steps/form/SearchSelect.js +6 -2
  51. data/webpack/JobWizard/steps/form/SelectField.js +3 -2
  52. data/webpack/react_app/components/FeaturesDropdown/index.js +1 -1
  53. data/webpack/react_app/components/FeaturesDropdown/index.scss +2 -2
  54. data/webpack/react_app/components/HostKebab/KebabItems.js +1 -1
  55. data/webpack/react_app/components/RecentJobsCard/RecentJobsCard.js +2 -1
  56. data/webpack/react_app/components/RecentJobsCard/RecentJobsTable.js +3 -3
  57. data/webpack/react_app/components/RecentJobsCard/styles.scss +3 -3
  58. data/webpack/react_app/components/RegistrationExtension/RexInterface.js +5 -3
  59. data/webpack/react_app/components/RegistrationExtension/RexPull.js +1 -1
  60. data/webpack/react_app/components/RegistrationExtension/__tests__/__snapshots__/RexInterface.test.js.snap +6 -6
  61. metadata +2 -2
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_remote_execution 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-02-10 20:06+0100\n"
12
- "PO-Revision-Date: 2025-02-10 20:06+0100\n"
11
+ "POT-Creation-Date: 2025-03-19 15:46+0100\n"
12
+ "PO-Revision-Date: 2025-03-19 15:46+0100\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -152,7 +152,7 @@ msgid "Schedule the job for a future time"
152
152
  msgstr ""
153
153
 
154
154
  #: ../app/controllers/api/v2/job_invocations_controller.rb:59
155
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:83
155
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:85
156
156
  msgid ""
157
157
  "Indicates that the action should be cancelled if it cannot be started before t"
158
158
  "his time."
@@ -246,28 +246,28 @@ msgstr ""
246
246
  msgid "Import a job template from ERB"
247
247
  msgstr ""
248
248
 
249
- #: ../app/controllers/api/v2/job_templates_controller.rb:26
249
+ #: ../app/controllers/api/v2/job_templates_controller.rb:27
250
250
  msgid "Template ERB"
251
251
  msgstr ""
252
252
 
253
- #: ../app/controllers/api/v2/job_templates_controller.rb:27
253
+ #: ../app/controllers/api/v2/job_templates_controller.rb:28
254
254
  msgid "Overwrite template if it already exists"
255
255
  msgstr ""
256
256
 
257
- #: ../app/controllers/api/v2/job_templates_controller.rb:36
257
+ #: ../app/controllers/api/v2/job_templates_controller.rb:39
258
258
  msgid "Export a job template to ERB"
259
259
  msgstr ""
260
260
 
261
- #: ../app/controllers/api/v2/job_templates_controller.rb:43
261
+ #: ../app/controllers/api/v2/job_templates_controller.rb:46
262
262
  msgid "Show job template details"
263
263
  msgstr ""
264
264
 
265
- #: ../app/controllers/api/v2/job_templates_controller.rb:50
266
- #: ../app/controllers/api/v2/job_templates_controller.rb:100
265
+ #: ../app/controllers/api/v2/job_templates_controller.rb:53
266
+ #: ../app/controllers/api/v2/job_templates_controller.rb:103
267
267
  msgid "Template name"
268
268
  msgstr ""
269
269
 
270
- #: ../app/controllers/api/v2/job_templates_controller.rb:52
270
+ #: ../app/controllers/api/v2/job_templates_controller.rb:55
271
271
  #: ../app/views/job_invocations/_form.html.erb:11
272
272
  #: ../app/views/job_templates/_custom_tabs.html.erb:5
273
273
  #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:82
@@ -275,57 +275,57 @@ msgstr ""
275
275
  msgid "Job category"
276
276
  msgstr ""
277
277
 
278
- #: ../app/controllers/api/v2/job_templates_controller.rb:53
278
+ #: ../app/controllers/api/v2/job_templates_controller.rb:56
279
279
  msgid ""
280
280
  "This template is used to generate the description. Input values can be used us"
281
281
  "ing the syntax %{package}. You may also include the job category and template "
282
282
  "name using %{job_category} and %{template_name}."
283
283
  msgstr ""
284
284
 
285
- #: ../app/controllers/api/v2/job_templates_controller.rb:58
285
+ #: ../app/controllers/api/v2/job_templates_controller.rb:61
286
286
  msgid "Provider type"
287
287
  msgstr ""
288
288
 
289
- #: ../app/controllers/api/v2/job_templates_controller.rb:61
289
+ #: ../app/controllers/api/v2/job_templates_controller.rb:64
290
290
  msgid "Whether or not the template is locked for editing"
291
291
  msgstr ""
292
292
 
293
- #: ../app/controllers/api/v2/job_templates_controller.rb:62
293
+ #: ../app/controllers/api/v2/job_templates_controller.rb:65
294
294
  msgid "Effective user options"
295
295
  msgstr ""
296
296
 
297
- #: ../app/controllers/api/v2/job_templates_controller.rb:63
297
+ #: ../app/controllers/api/v2/job_templates_controller.rb:66
298
298
  msgid "What user should be used to run the script (using sudo-like mechanisms)"
299
299
  msgstr ""
300
300
 
301
- #: ../app/controllers/api/v2/job_templates_controller.rb:64
301
+ #: ../app/controllers/api/v2/job_templates_controller.rb:67
302
302
  msgid ""
303
303
  "Whether it should be allowed to override the effective user from the invocatio"
304
304
  "n form."
305
305
  msgstr ""
306
306
 
307
- #: ../app/controllers/api/v2/job_templates_controller.rb:65
307
+ #: ../app/controllers/api/v2/job_templates_controller.rb:68
308
308
  msgid "Whether the current user login should be used as the effective user"
309
309
  msgstr ""
310
310
 
311
- #: ../app/controllers/api/v2/job_templates_controller.rb:71
311
+ #: ../app/controllers/api/v2/job_templates_controller.rb:74
312
312
  msgid "Create a job template"
313
313
  msgstr ""
314
314
 
315
- #: ../app/controllers/api/v2/job_templates_controller.rb:78
315
+ #: ../app/controllers/api/v2/job_templates_controller.rb:81
316
316
  #: ../app/controllers/api/v2/remote_execution_features_controller.rb:25
317
317
  msgid "Update a job template"
318
318
  msgstr ""
319
319
 
320
- #: ../app/controllers/api/v2/job_templates_controller.rb:86
320
+ #: ../app/controllers/api/v2/job_templates_controller.rb:89
321
321
  msgid "Template version"
322
322
  msgstr ""
323
323
 
324
- #: ../app/controllers/api/v2/job_templates_controller.rb:92
324
+ #: ../app/controllers/api/v2/job_templates_controller.rb:95
325
325
  msgid "Delete a job template"
326
326
  msgstr ""
327
327
 
328
- #: ../app/controllers/api/v2/job_templates_controller.rb:104
328
+ #: ../app/controllers/api/v2/job_templates_controller.rb:107
329
329
  msgid "Clone a provision template"
330
330
  msgstr ""
331
331
 
@@ -422,8 +422,8 @@ msgstr ""
422
422
  #: ../db/seeds.d/50-notification_blueprints.rb:17
423
423
  #: ../lib/foreman_remote_execution/engine.rb:230
424
424
  #: ../webpack/JobInvocationDetail/TemplateInvocationPage.js:22
425
- #: ../webpack/JobInvocationDetail/index.js:92
426
- #: ../webpack/JobWizard/JobWizardPageRerun.js:52
425
+ #: ../webpack/JobInvocationDetail/index.js:93
426
+ #: ../webpack/JobWizard/JobWizardPageRerun.js:53
427
427
  #: ../webpack/JobWizard/index.js:20
428
428
  msgid "Jobs"
429
429
  msgstr ""
@@ -538,7 +538,7 @@ msgstr ""
538
538
 
539
539
  #: ../app/helpers/remote_execution_helper.rb:73
540
540
  #: ../app/views/template_invocations/show.html.erb:22
541
- #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:23
541
+ #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:24
542
542
  msgid "Rerun"
543
543
  msgstr ""
544
544
 
@@ -547,7 +547,7 @@ msgid "Rerun the job"
547
547
  msgstr ""
548
548
 
549
549
  #: ../app/helpers/remote_execution_helper.rb:76
550
- #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:159
550
+ #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:157
551
551
  msgid "Rerun failed"
552
552
  msgstr ""
553
553
 
@@ -598,7 +598,7 @@ msgid "Switch to the new job invocation detail UI"
598
598
  msgstr ""
599
599
 
600
600
  #: ../app/helpers/remote_execution_helper.rb:112
601
- #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:30
601
+ #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:31
602
602
  msgid "Task Details"
603
603
  msgstr ""
604
604
 
@@ -661,7 +661,7 @@ msgstr ""
661
661
  msgid "%{description} on %{host}"
662
662
  msgstr ""
663
663
 
664
- #: ../app/lib/actions/remote_execution/run_host_job.rb:114
664
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:114 action_names.rb:2
665
665
  msgid "Remote action:"
666
666
  msgstr ""
667
667
 
@@ -1042,7 +1042,7 @@ msgstr ""
1042
1042
  #: ../app/views/job_invocations/_description_fields.html.erb:1
1043
1043
  #: ../app/views/job_invocations/index.html.erb:9
1044
1044
  #: ../app/views/remote_execution_features/index.html.erb:8
1045
- #: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:53
1045
+ #: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:61
1046
1046
  msgid "Description"
1047
1047
  msgstr ""
1048
1048
 
@@ -1057,7 +1057,7 @@ msgid "Resolves to"
1057
1057
  msgstr ""
1058
1058
 
1059
1059
  #: ../app/views/job_invocations/_form.html.erb:42
1060
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:244
1060
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:249
1061
1061
  #: ../webpack/JobWizard/steps/ReviewDetails/index.js:93
1062
1062
  msgid "hosts"
1063
1063
  msgstr ""
@@ -1185,8 +1185,8 @@ msgstr ""
1185
1185
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:183
1186
1186
  msgid ""
1187
1187
  "Execution ordering determines whether the jobs should be executed on hosts in "
1188
- "alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - execute"
1189
- "s the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - randomiz"
1188
+ "alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - Execute"
1189
+ "s the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - Randomiz"
1190
1190
  "es the order in which jobs are executed on hosts</li></ul>"
1191
1191
  msgstr ""
1192
1192
 
@@ -1197,10 +1197,11 @@ msgstr ""
1197
1197
 
1198
1198
  #: ../app/views/job_invocations/_form.html.erb:129
1199
1199
  msgid ""
1200
- "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static<"
1201
- "/b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evalu"
1202
- "ates just before the execution is started, so if it's planned in future, targe"
1203
- "ted hosts set may change before it</li></ul>"
1200
+ "Type determines when the query is evaluated to hosts.<br><ul><li><b>Static</b>"
1201
+ " - Executes the job on the current list of target hosts.</li><li><b>Dynamic</b"
1202
+ "> - Evaluates the list of target hosts just before the job is executed. If you"
1203
+ " used a filter to select the target hosts, the list of target hosts might be d"
1204
+ "ifferent from the current list.</li></ul>"
1204
1205
  msgstr ""
1205
1206
 
1206
1207
  #: ../app/views/job_invocations/_preview_hosts_list.html.erb:3
@@ -1269,12 +1270,12 @@ msgid "Providers and templates"
1269
1270
  msgstr ""
1270
1271
 
1271
1272
  #: ../app/views/job_invocations/_user_input.html.erb:7
1272
- #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/PreviewTemplate.js:22
1273
+ #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/PreviewTemplate.js:15
1273
1274
  msgid "User input"
1274
1275
  msgstr ""
1275
1276
 
1276
1277
  #: ../app/views/job_invocations/_user_input.html.erb:8
1277
- #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/PreviewTemplate.js:23
1278
+ #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/PreviewTemplate.js:16
1278
1279
  msgid "Value"
1279
1280
  msgstr ""
1280
1281
 
@@ -1373,6 +1374,7 @@ msgstr ""
1373
1374
 
1374
1375
  #: ../app/views/job_templates/edit.html.erb:6
1375
1376
  #: ../app/views/job_templates/index.html.erb:4
1377
+ #: ../lib/foreman_remote_execution/engine.rb:219
1376
1378
  msgid "Job Templates"
1377
1379
  msgstr ""
1378
1380
 
@@ -1722,10 +1724,6 @@ msgid ""
1722
1724
  "lies only to pull-mqtt based jobs."
1723
1725
  msgstr ""
1724
1726
 
1725
- #: ../lib/foreman_remote_execution/engine.rb:219
1726
- msgid "Job templates"
1727
- msgstr ""
1728
-
1729
1727
  #: ../lib/foreman_remote_execution/engine.rb:236
1730
1728
  msgid "Job invocations detail"
1731
1729
  msgstr ""
@@ -1842,7 +1840,7 @@ msgid "Could not cancel recurring logic %s: ${response}"
1842
1840
  msgstr ""
1843
1841
 
1844
1842
  #: ../webpack/JobInvocationDetail/JobInvocationConstants.js:46
1845
- #: ../webpack/JobInvocationDetail/JobInvocationHostTableToolbar.js:28
1843
+ #: ../webpack/JobInvocationDetail/JobInvocationHostTableToolbar.js:33
1846
1844
  msgid "All statuses"
1847
1845
  msgstr ""
1848
1846
 
@@ -1851,7 +1849,7 @@ msgid "In Progress"
1851
1849
  msgstr ""
1852
1850
 
1853
1851
  #: ../webpack/JobInvocationDetail/JobInvocationConstants.js:71
1854
- #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:83
1852
+ #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:84
1855
1853
  #: ../webpack/react_app/components/TargetingHosts/components/HostStatus.js:29
1856
1854
  msgid "Scheduled"
1857
1855
  msgstr ""
@@ -1881,21 +1879,21 @@ msgstr ""
1881
1879
  msgid "No Results"
1882
1880
  msgstr ""
1883
1881
 
1884
- #: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:174
1882
+ #: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:175
1885
1883
  msgid ""
1886
1884
  "The dynamic query is still being processed. You can {viewTheHosts} targeted by"
1887
1885
  " the query."
1888
1886
  msgstr ""
1889
1887
 
1890
- #: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:180
1888
+ #: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:181
1891
1889
  msgid "view the hosts"
1892
1890
  msgstr ""
1893
1891
 
1894
- #: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:186
1892
+ #: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:187
1895
1893
  msgid "No hosts found"
1896
1894
  msgstr ""
1897
1895
 
1898
- #: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:281
1896
+ #: ../webpack/JobInvocationDetail/JobInvocationHostTable.js:284
1899
1897
  msgid "A task for this host has not been started"
1900
1898
  msgstr ""
1901
1899
 
@@ -1955,45 +1953,45 @@ msgstr ""
1955
1953
  msgid "Scheduled at:"
1956
1954
  msgstr ""
1957
1955
 
1958
- #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:124
1956
+ #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:122
1959
1957
  msgid "Disable recurring"
1960
1958
  msgstr ""
1961
1959
 
1962
- #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:124
1960
+ #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:122
1963
1961
  msgid "Enable recurring"
1964
1962
  msgstr ""
1965
1963
 
1966
- #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:137
1964
+ #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:135
1967
1965
  msgid "Cancel recurring"
1968
1966
  msgstr ""
1969
1967
 
1970
- #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:150
1968
+ #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:148
1971
1969
  msgid "Rerun successful"
1972
1970
  msgstr ""
1973
1971
 
1974
- #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:168
1972
+ #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:166
1975
1973
  msgid "View task"
1976
1974
  msgstr ""
1977
1975
 
1978
- #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:179
1976
+ #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:177
1979
1977
  #: ../webpack/JobInvocationDetail/OpenAlInvocations.js:84
1980
- #: ../webpack/JobWizard/Footer.js:90
1978
+ #: ../webpack/JobWizard/Footer.js:88
1981
1979
  msgid "Cancel"
1982
1980
  msgstr ""
1983
1981
 
1984
- #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:189
1982
+ #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:187
1985
1983
  msgid "Abort"
1986
1984
  msgstr ""
1987
1985
 
1988
- #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:198
1986
+ #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:196
1989
1987
  msgid "Legacy UI"
1990
1988
  msgstr ""
1991
1989
 
1992
- #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:220
1990
+ #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:218
1993
1991
  msgid "Create report"
1994
1992
  msgstr ""
1995
1993
 
1996
- #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:241
1994
+ #: ../webpack/JobInvocationDetail/JobInvocationToolbarButtons.js:239
1997
1995
  msgid "Rerun all"
1998
1996
  msgstr ""
1999
1997
 
@@ -2075,73 +2073,73 @@ msgid "Open in new tab"
2075
2073
  msgstr ""
2076
2074
 
2077
2075
  #:
2078
- #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/PreviewTemplate.js:41
2076
+ #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/PreviewTemplate.js:34
2079
2077
  msgid "No user input"
2080
2078
  msgstr ""
2081
2079
 
2082
2080
  #:
2083
- #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:35
2081
+ #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:36
2084
2082
  msgid "Cancel Task"
2085
2083
  msgstr ""
2086
2084
 
2087
2085
  #:
2088
- #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:42
2086
+ #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:43
2089
2087
  msgid "Trying to cancel the task for the host"
2090
2088
  msgstr ""
2091
2089
 
2092
2090
  #:
2093
- #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:50
2091
+ #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:51
2094
2092
  msgid "Task for the host cancelled succesfully"
2095
2093
  msgstr ""
2096
2094
 
2097
2095
  #:
2098
- #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:58
2096
+ #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:59
2099
2097
  msgid "Abort task"
2100
2098
  msgstr ""
2101
2099
 
2102
2100
  #:
2103
- #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:65
2101
+ #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:66
2104
2102
  msgid "Trying to abort the task for the host"
2105
2103
  msgstr ""
2106
2104
 
2107
2105
  #:
2108
- #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:73
2106
+ #: ../webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js:74
2109
2107
  msgid "task aborted succesfully"
2110
2108
  msgstr ""
2111
2109
 
2112
- #: ../webpack/JobWizard/Footer.js:36
2110
+ #: ../webpack/JobWizard/Footer.js:34
2113
2111
  msgid "Submit"
2114
2112
  msgstr ""
2115
2113
 
2116
- #: ../webpack/JobWizard/Footer.js:37
2114
+ #: ../webpack/JobWizard/Footer.js:35
2117
2115
  msgid "Next"
2118
2116
  msgstr ""
2119
2117
 
2120
- #: ../webpack/JobWizard/Footer.js:47
2118
+ #: ../webpack/JobWizard/Footer.js:45
2121
2119
  msgid "Back"
2122
2120
  msgstr ""
2123
2121
 
2124
- #: ../webpack/JobWizard/Footer.js:53
2122
+ #: ../webpack/JobWizard/Footer.js:51
2125
2123
  msgid "Start job"
2126
2124
  msgstr ""
2127
2125
 
2128
- #: ../webpack/JobWizard/Footer.js:54
2126
+ #: ../webpack/JobWizard/Footer.js:52
2129
2127
  msgid "Fill all required fields in all the steps"
2130
2128
  msgstr ""
2131
2129
 
2132
- #: ../webpack/JobWizard/Footer.js:65
2130
+ #: ../webpack/JobWizard/Footer.js:63
2133
2131
  msgid "Run on selected hosts"
2134
2132
  msgstr ""
2135
2133
 
2136
- #: ../webpack/JobWizard/Footer.js:72
2134
+ #: ../webpack/JobWizard/Footer.js:70
2137
2135
  msgid "Skip to review step"
2138
2136
  msgstr ""
2139
2137
 
2140
- #: ../webpack/JobWizard/Footer.js:73
2138
+ #: ../webpack/JobWizard/Footer.js:71
2141
2139
  msgid "Fill all required fields in all the steps to start the job"
2142
2140
  msgstr ""
2143
2141
 
2144
- #: ../webpack/JobWizard/Footer.js:86
2142
+ #: ../webpack/JobWizard/Footer.js:84
2145
2143
  msgid "Skip to review"
2146
2144
  msgstr ""
2147
2145
 
@@ -2221,56 +2219,56 @@ msgstr ""
2221
2219
  msgid "Search query"
2222
2220
  msgstr ""
2223
2221
 
2224
- #: ../webpack/JobWizard/JobWizardPageRerun.js:49
2222
+ #: ../webpack/JobWizard/JobWizardPageRerun.js:50
2225
2223
  #: ../webpack/JobWizard/index.js:17
2226
2224
  msgid "Run job"
2227
2225
  msgstr ""
2228
2226
 
2229
- #: ../webpack/JobWizard/JobWizardPageRerun.js:72
2227
+ #: ../webpack/JobWizard/JobWizardPageRerun.js:69
2230
2228
  msgid "Unable to run job"
2231
2229
  msgstr ""
2232
2230
 
2233
- #: ../webpack/JobWizard/JobWizardPageRerun.js:81
2231
+ #: ../webpack/JobWizard/JobWizardPageRerun.js:86
2234
2232
  msgid "Create job"
2235
2233
  msgstr ""
2236
2234
 
2237
- #: ../webpack/JobWizard/JobWizardPageRerun.js:118
2235
+ #: ../webpack/JobWizard/JobWizardPageRerun.js:124
2238
2236
  #: ../webpack/JobWizard/index.js:67
2239
2237
  msgid "Use legacy form"
2240
2238
  msgstr ""
2241
2239
 
2242
- #: ../webpack/JobWizard/JobWizardPageRerun.js:144
2240
+ #: ../webpack/JobWizard/JobWizardPageRerun.js:150
2243
2241
  msgid ""
2244
2242
  "Current organization %s is different from job's organization %s. This job may "
2245
2243
  "run on different hosts than before."
2246
2244
  msgstr ""
2247
2245
 
2248
- #: ../webpack/JobWizard/JobWizardPageRerun.js:159
2246
+ #: ../webpack/JobWizard/JobWizardPageRerun.js:165
2249
2247
  msgid ""
2250
2248
  "Current location %s is different from job's location %s. This job may run on d"
2251
2249
  "ifferent hosts than before."
2252
2250
  msgstr ""
2253
2251
 
2254
- #: ../webpack/JobWizard/PermissionDenied.js:16
2252
+ #: ../webpack/JobWizard/PermissionDenied.js:17
2255
2253
  msgid "You are not authorized to perform this action."
2256
2254
  msgstr ""
2257
2255
 
2258
- #: ../webpack/JobWizard/PermissionDenied.js:18
2256
+ #: ../webpack/JobWizard/PermissionDenied.js:19
2259
2257
  msgid ""
2260
2258
  "Please request the required permissions listed below from a Foreman administra"
2261
2259
  "tor:"
2262
2260
  msgstr ""
2263
2261
 
2264
- #: ../webpack/JobWizard/PermissionDenied.js:41
2262
+ #: ../webpack/JobWizard/PermissionDenied.js:42
2265
2263
  msgid "Permission Denied"
2266
2264
  msgstr ""
2267
2265
 
2268
- #: ../webpack/JobWizard/PermissionDenied.js:49
2266
+ #: ../webpack/JobWizard/PermissionDenied.js:52
2269
2267
  msgid "Proceed Anyway"
2270
2268
  msgstr ""
2271
2269
 
2272
2270
  #: ../webpack/JobWizard/StartsErrorAlert.js:10
2273
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:41
2271
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:43
2274
2272
  msgid "'Starts before' date must be in the future"
2275
2273
  msgstr ""
2276
2274
 
@@ -2288,11 +2286,11 @@ msgid ""
2288
2286
  "\\\" step to fix the error"
2289
2287
  msgstr ""
2290
2288
 
2291
- #: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:66
2289
+ #: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:101
2292
2290
  msgid "Edit job description template"
2293
2291
  msgstr ""
2294
2292
 
2295
- #: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:67
2293
+ #: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:102
2296
2294
  msgid "Preview job description"
2297
2295
  msgstr ""
2298
2296
 
@@ -2331,12 +2329,12 @@ msgid "Not available"
2331
2329
  msgstr ""
2332
2330
 
2333
2331
  #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:106
2334
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:257
2332
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:262
2335
2333
  msgid "Access denied"
2336
2334
  msgstr ""
2337
2335
 
2338
2336
  #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:109
2339
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:260
2337
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:265
2340
2338
  msgid "Missing the required permissions: ${missingPermissions.join( ', ' )}"
2341
2339
  msgstr ""
2342
2340
 
@@ -2376,20 +2374,20 @@ msgstr ""
2376
2374
  msgid "There are no available input fields for the selected template."
2377
2375
  msgstr ""
2378
2376
 
2379
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:134
2380
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:172
2377
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:137
2378
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:171
2381
2379
  msgid "Please select at least one host"
2382
2380
  msgstr ""
2383
2381
 
2384
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:169
2382
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:168
2385
2383
  msgid "Please enter a search query"
2386
2384
  msgstr ""
2387
2385
 
2388
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:176
2386
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:175
2389
2387
  msgid "Please select at least one host collection"
2390
2388
  msgstr ""
2391
2389
 
2392
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:180
2390
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:179
2393
2391
  msgid "Please select at least one host group"
2394
2392
  msgstr ""
2395
2393
 
@@ -2405,12 +2403,12 @@ msgstr ""
2405
2403
  msgid "Filter by host groups"
2406
2404
  msgstr ""
2407
2405
 
2408
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:236
2406
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:241
2409
2407
  msgid "Apply to"
2410
2408
  msgstr ""
2411
2409
 
2412
2410
  #: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:7
2413
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:180
2411
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:182
2414
2412
  msgid "Never"
2415
2413
  msgstr ""
2416
2414
 
@@ -2459,7 +2457,7 @@ msgid "Recurrence"
2459
2457
  msgstr ""
2460
2458
 
2461
2459
  #: ../webpack/JobWizard/steps/ReviewDetails/index.js:202
2462
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:52
2460
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:54
2463
2461
  msgid "Starts at"
2464
2462
  msgstr ""
2465
2463
 
@@ -2468,12 +2466,12 @@ msgid "Starts Before"
2468
2466
  msgstr ""
2469
2467
 
2470
2468
  #: ../webpack/JobWizard/steps/ReviewDetails/index.js:220
2471
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:88
2469
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:90
2472
2470
  msgid "Starts"
2473
2471
  msgstr ""
2474
2472
 
2475
2473
  #: ../webpack/JobWizard/steps/ReviewDetails/index.js:225
2476
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:104
2474
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:106
2477
2475
  msgid "Now"
2478
2476
  msgstr ""
2479
2477
 
@@ -2483,7 +2481,7 @@ msgid "Repeats"
2483
2481
  msgstr ""
2484
2482
 
2485
2483
  #: ../webpack/JobWizard/steps/ReviewDetails/index.js:239
2486
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:164
2484
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:166
2487
2485
  msgid "Ends"
2488
2486
  msgstr ""
2489
2487
 
@@ -2512,17 +2510,18 @@ msgid "Query type"
2512
2510
  msgstr ""
2513
2511
 
2514
2512
  #: ../webpack/JobWizard/steps/Schedule/QueryType.js:13
2515
- msgid "Type has impact on when is the query evaluated to hosts."
2513
+ msgid "Type determines when the query is evaluated to hosts."
2516
2514
  msgstr ""
2517
2515
 
2518
2516
  #: ../webpack/JobWizard/steps/Schedule/QueryType.js:24
2519
- msgid "evaluates just after you submit this form"
2517
+ msgid "Executes the job on the current list of target hosts."
2520
2518
  msgstr ""
2521
2519
 
2522
2520
  #: ../webpack/JobWizard/steps/Schedule/QueryType.js:35
2523
2521
  msgid ""
2524
- "evaluates just before the execution is started, so if it's planned in future, "
2525
- "targeted hosts set may change before it"
2522
+ "Evaluates the list of target hosts just before the job is executed. If you use"
2523
+ "d a filter to select the target hosts, the list of target hosts might be diffe"
2524
+ "rent from the current list."
2526
2525
  msgstr ""
2527
2526
 
2528
2527
  #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:43
@@ -2564,7 +2563,7 @@ msgid "documentation"
2564
2563
  msgstr ""
2565
2564
 
2566
2565
  #: ../webpack/JobWizard/steps/Schedule/RepeatDaily.js:17
2567
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:125
2566
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:127
2568
2567
  msgid "At"
2569
2568
  msgstr ""
2570
2569
 
@@ -2573,19 +2572,19 @@ msgstr ""
2573
2572
  msgid "Invalid time format"
2574
2573
  msgstr ""
2575
2574
 
2576
- #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:32
2575
+ #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:34
2577
2576
  msgid "At minute"
2578
2577
  msgstr ""
2579
2578
 
2580
- #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:33
2579
+ #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:35
2581
2580
  msgid "range: 0-59"
2582
2581
  msgstr ""
2583
2582
 
2584
- #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:67
2583
+ #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:69
2585
2584
  msgid "Create"
2586
2585
  msgstr ""
2587
2586
 
2588
- #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:82
2587
+ #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:84
2589
2588
  msgid "Minute can only be a number between 0-59"
2590
2589
  msgstr ""
2591
2590
 
@@ -2597,42 +2596,42 @@ msgstr ""
2597
2596
  msgid "Days of week"
2598
2597
  msgstr ""
2599
2598
 
2600
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:27
2599
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:29
2601
2600
  msgid ""
2602
2601
  "For Future execution a 'Starts at' date or 'Starts before' date must be select"
2603
2602
  "ed. Immediate execution can be selected in the previous step."
2604
2603
  msgstr ""
2605
2604
 
2606
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:38
2605
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:40
2607
2606
  msgid "'Starts before' date must be after 'Starts at' date"
2608
2607
  msgstr ""
2609
2608
 
2610
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:75
2609
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:77
2611
2610
  #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:113
2612
2611
  msgid "Clear input"
2613
2612
  msgstr ""
2614
2613
 
2615
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:80
2614
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:82
2616
2615
  msgid "Starts before"
2617
2616
  msgstr ""
2618
2617
 
2619
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:188
2620
- msgid "End time needs to be after start time"
2618
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:202
2619
+ msgid "On"
2621
2620
  msgstr ""
2622
2621
 
2623
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:207
2624
- msgid "On"
2622
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:224
2623
+ msgid "End time needs to be after start time"
2625
2624
  msgstr ""
2626
2625
 
2627
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:240
2626
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:247
2628
2627
  msgid "After"
2629
2628
  msgstr ""
2630
2629
 
2631
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:242
2630
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:262
2632
2631
  msgid "Repeat amount can only be a positive number"
2633
2632
  msgstr ""
2634
2633
 
2635
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:258
2634
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:268
2636
2635
  msgid "occurences"
2637
2636
  msgstr ""
2638
2637
 
@@ -2660,28 +2659,28 @@ msgstr ""
2660
2659
  msgid "Invalid date"
2661
2660
  msgstr ""
2662
2661
 
2663
- #: ../webpack/JobWizard/steps/form/FormHelpers.js:13
2662
+ #: ../webpack/JobWizard/steps/form/FormHelpers.js:14
2664
2663
  msgid "open-help-tooltip-button"
2665
2664
  msgstr ""
2666
2665
 
2667
- #: ../webpack/JobWizard/steps/form/FormHelpers.js:37
2666
+ #: ../webpack/JobWizard/steps/form/FormHelpers.js:40
2668
2667
  msgid "Reset to default"
2669
2668
  msgstr ""
2670
2669
 
2671
- #: ../webpack/JobWizard/steps/form/NumberInput.js:13
2670
+ #: ../webpack/JobWizard/steps/form/NumberInput.js:36
2672
2671
  msgid "Has to be a positive number"
2673
2672
  msgstr ""
2674
2673
 
2675
- #: ../webpack/JobWizard/steps/form/ResourceSelect.js:52
2676
- #: ../webpack/JobWizard/steps/form/SearchSelect.js:38
2674
+ #: ../webpack/JobWizard/steps/form/ResourceSelect.js:56
2675
+ #: ../webpack/JobWizard/steps/form/SearchSelect.js:42
2677
2676
  msgid "Please refine your search."
2678
2677
  msgstr ""
2679
2678
 
2680
- #: ../webpack/JobWizard/steps/form/ResourceSelect.js:55
2679
+ #: ../webpack/JobWizard/steps/form/ResourceSelect.js:59
2681
2680
  msgid "You have more results to display. Showing first %s results"
2682
2681
  msgstr ""
2683
2682
 
2684
- #: ../webpack/JobWizard/steps/form/SearchSelect.js:41
2683
+ #: ../webpack/JobWizard/steps/form/SearchSelect.js:45
2685
2684
  msgid "You have %s results to display. Showing first %s results"
2686
2685
  msgstr ""
2687
2686
 
@@ -2697,31 +2696,31 @@ msgstr ""
2697
2696
  msgid "Schedule a job"
2698
2697
  msgstr ""
2699
2698
 
2700
- #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:25
2699
+ #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:26
2701
2700
  msgid "Recent jobs"
2702
2701
  msgstr ""
2703
2702
 
2704
- #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:32
2703
+ #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:33
2705
2704
  msgid "View all jobs"
2706
2705
  msgstr ""
2707
2706
 
2708
- #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:41
2707
+ #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:42
2709
2708
  msgid "View finished jobs"
2710
2709
  msgstr ""
2711
2710
 
2712
- #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:48
2711
+ #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:49
2713
2712
  msgid "View running jobs"
2714
2713
  msgstr ""
2715
2714
 
2716
- #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:55
2715
+ #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:56
2717
2716
  msgid "View scheduled jobs"
2718
2717
  msgstr ""
2719
2718
 
2720
- #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:69
2719
+ #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:70
2721
2720
  msgid "Finished"
2722
2721
  msgstr ""
2723
2722
 
2724
- #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:76
2723
+ #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:77
2725
2724
  msgid "Running"
2726
2725
  msgstr ""
2727
2726
 
@@ -2780,6 +2779,10 @@ msgstr ""
2780
2779
  msgid "Active Filters:"
2781
2780
  msgstr ""
2782
2781
 
2782
+ #: action_names.rb:3
2783
+ msgid "Run hosts job:"
2784
+ msgstr ""
2785
+
2783
2786
  #: gemspec.rb:2
2784
2787
  msgid ""
2785
2788
  "A plugin bringing remote execution to the Foreman, completing the config manag"