foreman_remote_execution 12.0.7 → 13.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.
- checksums.yaml +4 -4
- data/.github/workflows/js_ci.yml +1 -1
- data/.github/workflows/ruby_ci.yml +16 -81
- data/.packit.yaml +8 -3
- data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +23 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +22 -4
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +23 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +23 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +23 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +23 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +23 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +23 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +23 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +23 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +23 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +23 -14
- data/app/controllers/ui_job_wizard_controller.rb +1 -1
- data/app/helpers/job_invocations_helper.rb +1 -1
- data/app/helpers/remote_execution_helper.rb +2 -2
- data/app/lib/actions/remote_execution/proxy_action.rb +1 -1
- data/app/lib/actions/remote_execution/run_host_job.rb +9 -3
- data/app/lib/actions/remote_execution/run_hosts_job.rb +0 -1
- data/app/models/host_status/execution_status.rb +2 -2
- data/app/views/job_invocations/_preview_hosts_list.html.erb +1 -1
- data/app/views/job_invocations/show.html.erb +12 -5
- data/app/views/job_invocations/show.js.erb +8 -1
- data/app/views/job_invocations/welcome.html.erb +1 -1
- data/app/views/template_invocations/_refresh.js.erb +10 -4
- data/app/views/template_invocations/show.html.erb +2 -2
- data/app/views/templates/script/convert2rhel_analyze.erb +12 -1
- data/lib/foreman_remote_execution/engine.rb +1 -1
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/de/foreman_remote_execution.po +24 -6
- data/locale/en/foreman_remote_execution.po +24 -6
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +24 -6
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +24 -6
- data/locale/foreman_remote_execution.pot +170 -142
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +24 -6
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +24 -6
- data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ka/foreman_remote_execution.po +24 -6
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +24 -6
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +24 -6
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +24 -6
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +24 -6
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +24 -6
- data/package.json +1 -5
- data/test/functional/api/v2/job_invocations_controller_test.rb +7 -7
- data/test/functional/api/v2/template_invocations_controller_test.rb +3 -3
- data/test/helpers/remote_execution_helper_test.rb +8 -7
- data/test/unit/actions/run_host_job_test.rb +1 -1
- data/test/unit/actions/run_hosts_job_test.rb +11 -11
- data/test/unit/concerns/foreman_tasks_cleaner_extensions_test.rb +5 -5
- data/test/unit/concerns/host_extensions_test.rb +34 -34
- data/test/unit/concerns/nic_extensions_test.rb +1 -1
- data/test/unit/execution_task_status_mapper_test.rb +10 -10
- data/test/unit/input_template_renderer_test.rb +53 -49
- data/test/unit/job_invocation_composer_test.rb +78 -78
- data/test/unit/job_invocation_test.rb +25 -25
- data/test/unit/job_template_effective_user_test.rb +3 -3
- data/test/unit/job_template_test.rb +28 -28
- data/test/unit/remote_execution_feature_test.rb +14 -14
- data/test/unit/remote_execution_provider_test.rb +39 -39
- data/test/unit/renderer_scope_input_test.rb +6 -6
- data/test/unit/targeting_test.rb +32 -32
- data/webpack/JobWizard/JobWizardConstants.js +4 -0
- data/webpack/JobWizard/JobWizardSelectors.js +31 -3
- data/webpack/JobWizard/PermissionDenied.js +64 -0
- data/webpack/JobWizard/__tests__/fixtures.js +3 -3
- data/webpack/JobWizard/autofill.js +8 -4
- data/webpack/JobWizard/index.js +40 -1
- data/webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js +26 -5
- data/webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js +3 -3
- data/webpack/JobWizard/steps/HostsAndInputs/SelectGQL.js +1 -0
- data/webpack/JobWizard/steps/HostsAndInputs/SelectedChips.js +13 -6
- data/webpack/JobWizard/steps/HostsAndInputs/hosts.gql +1 -0
- data/webpack/JobWizard/steps/HostsAndInputs/index.js +21 -1
- data/webpack/JobWizard/steps/ReviewDetails/index.js +3 -2
- data/webpack/JobWizard/steps/form/SearchSelect.js +3 -1
- data/webpack/JobWizard/steps/form/__tests__/SelectSearch.test.js +2 -0
- metadata +7 -6
|
@@ -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:
|
|
12
|
-
"PO-Revision-Date:
|
|
11
|
+
"POT-Creation-Date: 2024-03-05 20:08+0100\n"
|
|
12
|
+
"PO-Revision-Date: 2024-03-05 20:08+0100\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
|
@@ -265,8 +265,8 @@ msgstr ""
|
|
|
265
265
|
#: ../app/controllers/api/v2/job_templates_controller.rb:52
|
|
266
266
|
#: ../app/views/job_invocations/_form.html.erb:11
|
|
267
267
|
#: ../app/views/job_templates/_custom_tabs.html.erb:5
|
|
268
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
269
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
268
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:77
|
|
269
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:108
|
|
270
270
|
msgid "Job category"
|
|
271
271
|
msgstr ""
|
|
272
272
|
|
|
@@ -407,10 +407,10 @@ msgstr ""
|
|
|
407
407
|
#: ../app/helpers/hosts_extensions_helper.rb:10
|
|
408
408
|
#: ../db/seeds.d/50-notification_blueprints.rb:3
|
|
409
409
|
#: ../db/seeds.d/50-notification_blueprints.rb:17
|
|
410
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
|
410
|
+
#: ../lib/foreman_remote_execution/engine.rb:247
|
|
411
411
|
#: ../webpack/JobInvocationDetail/index.js:38
|
|
412
412
|
#: ../webpack/JobWizard/JobWizardPageRerun.js:34
|
|
413
|
-
#: ../webpack/JobWizard/index.js:
|
|
413
|
+
#: ../webpack/JobWizard/index.js:20
|
|
414
414
|
msgid "Jobs"
|
|
415
415
|
msgstr ""
|
|
416
416
|
|
|
@@ -485,6 +485,10 @@ msgstr ""
|
|
|
485
485
|
msgid "Any Location"
|
|
486
486
|
msgstr ""
|
|
487
487
|
|
|
488
|
+
#: ../app/helpers/remote_execution_helper.rb:21
|
|
489
|
+
msgid "Awaiting start"
|
|
490
|
+
msgstr ""
|
|
491
|
+
|
|
488
492
|
#: ../app/helpers/remote_execution_helper.rb:23
|
|
489
493
|
msgid "error"
|
|
490
494
|
msgstr ""
|
|
@@ -493,121 +497,121 @@ msgstr ""
|
|
|
493
497
|
msgid "Host detail"
|
|
494
498
|
msgstr ""
|
|
495
499
|
|
|
496
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
500
|
+
#: ../app/helpers/remote_execution_helper.rb:37
|
|
497
501
|
msgid "Rerun on %s"
|
|
498
502
|
msgstr ""
|
|
499
503
|
|
|
500
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
504
|
+
#: ../app/helpers/remote_execution_helper.rb:43
|
|
501
505
|
msgid "Host task"
|
|
502
506
|
msgstr ""
|
|
503
507
|
|
|
504
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
505
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
506
|
-
#: ../app/models/job_invocation.rb:
|
|
508
|
+
#: ../app/helpers/remote_execution_helper.rb:52
|
|
509
|
+
#: ../app/helpers/remote_execution_helper.rb:202
|
|
510
|
+
#: ../app/models/job_invocation.rb:207
|
|
507
511
|
msgid "N/A"
|
|
508
512
|
msgstr ""
|
|
509
513
|
|
|
510
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
514
|
+
#: ../app/helpers/remote_execution_helper.rb:58
|
|
511
515
|
#: ../app/views/job_invocations/welcome.html.erb:12
|
|
512
516
|
msgid "Run Job"
|
|
513
517
|
msgstr ""
|
|
514
518
|
|
|
515
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
519
|
+
#: ../app/helpers/remote_execution_helper.rb:67
|
|
516
520
|
msgid "Create Report"
|
|
517
521
|
msgstr ""
|
|
518
522
|
|
|
519
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
523
|
+
#: ../app/helpers/remote_execution_helper.rb:69
|
|
520
524
|
msgid "Create report for this job"
|
|
521
525
|
msgstr ""
|
|
522
526
|
|
|
523
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
527
|
+
#: ../app/helpers/remote_execution_helper.rb:73
|
|
524
528
|
#: ../app/views/template_invocations/show.html.erb:22
|
|
525
529
|
msgid "Rerun"
|
|
526
530
|
msgstr ""
|
|
527
531
|
|
|
528
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
532
|
+
#: ../app/helpers/remote_execution_helper.rb:75
|
|
529
533
|
msgid "Rerun the job"
|
|
530
534
|
msgstr ""
|
|
531
535
|
|
|
532
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
536
|
+
#: ../app/helpers/remote_execution_helper.rb:78
|
|
533
537
|
msgid "Rerun failed"
|
|
534
538
|
msgstr ""
|
|
535
539
|
|
|
536
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
540
|
+
#: ../app/helpers/remote_execution_helper.rb:81
|
|
537
541
|
msgid "Rerun on failed hosts"
|
|
538
542
|
msgstr ""
|
|
539
543
|
|
|
540
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
544
|
+
#: ../app/helpers/remote_execution_helper.rb:84
|
|
541
545
|
msgid "Job Task"
|
|
542
546
|
msgstr ""
|
|
543
547
|
|
|
544
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
548
|
+
#: ../app/helpers/remote_execution_helper.rb:86
|
|
545
549
|
msgid "See the last task details"
|
|
546
550
|
msgstr ""
|
|
547
551
|
|
|
548
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
549
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
552
|
+
#: ../app/helpers/remote_execution_helper.rb:89
|
|
553
|
+
#: ../app/helpers/remote_execution_helper.rb:116
|
|
550
554
|
msgid "Cancel Job"
|
|
551
555
|
msgstr ""
|
|
552
556
|
|
|
553
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
557
|
+
#: ../app/helpers/remote_execution_helper.rb:91
|
|
554
558
|
msgid "Try to cancel the job"
|
|
555
559
|
msgstr ""
|
|
556
560
|
|
|
557
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
558
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
561
|
+
#: ../app/helpers/remote_execution_helper.rb:94
|
|
562
|
+
#: ../app/helpers/remote_execution_helper.rb:122
|
|
559
563
|
msgid "Abort Job"
|
|
560
564
|
msgstr ""
|
|
561
565
|
|
|
562
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
566
|
+
#: ../app/helpers/remote_execution_helper.rb:96
|
|
563
567
|
msgid "Try to abort the job without waiting for the results from the remote hosts"
|
|
564
568
|
msgstr ""
|
|
565
569
|
|
|
566
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
570
|
+
#: ../app/helpers/remote_execution_helper.rb:101
|
|
567
571
|
msgid "New UI"
|
|
568
572
|
msgstr ""
|
|
569
573
|
|
|
570
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
574
|
+
#: ../app/helpers/remote_execution_helper.rb:103
|
|
571
575
|
msgid "Switch to the new job invocation detail UI"
|
|
572
576
|
msgstr ""
|
|
573
577
|
|
|
574
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
578
|
+
#: ../app/helpers/remote_execution_helper.rb:111
|
|
575
579
|
msgid "Task Details"
|
|
576
580
|
msgstr ""
|
|
577
581
|
|
|
578
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
582
|
+
#: ../app/helpers/remote_execution_helper.rb:113
|
|
579
583
|
msgid "See the task details"
|
|
580
584
|
msgstr ""
|
|
581
585
|
|
|
582
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
586
|
+
#: ../app/helpers/remote_execution_helper.rb:118
|
|
583
587
|
msgid "Try to cancel the job on a host"
|
|
584
588
|
msgstr ""
|
|
585
589
|
|
|
586
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
590
|
+
#: ../app/helpers/remote_execution_helper.rb:124
|
|
587
591
|
msgid "Try to abort the job on a host without waiting for its result"
|
|
588
592
|
msgstr ""
|
|
589
593
|
|
|
590
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
594
|
+
#: ../app/helpers/remote_execution_helper.rb:172
|
|
591
595
|
msgid "Could not render the preview because no host matches the search query."
|
|
592
596
|
msgstr ""
|
|
593
597
|
|
|
594
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
598
|
+
#: ../app/helpers/remote_execution_helper.rb:204
|
|
595
599
|
msgid "in %s"
|
|
596
600
|
msgstr ""
|
|
597
601
|
|
|
598
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
602
|
+
#: ../app/helpers/remote_execution_helper.rb:204
|
|
599
603
|
msgid "%s ago"
|
|
600
604
|
msgstr ""
|
|
601
605
|
|
|
602
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
606
|
+
#: ../app/helpers/remote_execution_helper.rb:222
|
|
603
607
|
msgid "Use default description template"
|
|
604
608
|
msgstr ""
|
|
605
609
|
|
|
606
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
610
|
+
#: ../app/helpers/remote_execution_helper.rb:227
|
|
607
611
|
msgid "Description template"
|
|
608
612
|
msgstr ""
|
|
609
613
|
|
|
610
|
-
#: ../app/helpers/remote_execution_helper.rb:
|
|
614
|
+
#: ../app/helpers/remote_execution_helper.rb:237
|
|
611
615
|
msgid ""
|
|
612
616
|
"This template is used to generate the description.<br/>Input values can be use"
|
|
613
617
|
"d using the syntax %{package}.<br/>You may also include the job category and t"
|
|
@@ -618,67 +622,67 @@ msgstr ""
|
|
|
618
622
|
msgid "Could not use any template used in the job invocation"
|
|
619
623
|
msgstr ""
|
|
620
624
|
|
|
621
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
625
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:56
|
|
622
626
|
msgid "Failed rendering template: %s"
|
|
623
627
|
msgstr ""
|
|
624
628
|
|
|
625
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
629
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:95
|
|
626
630
|
msgid "Task cancelled"
|
|
627
631
|
msgstr ""
|
|
628
632
|
|
|
629
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
633
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:96
|
|
630
634
|
msgid "Job execution failed"
|
|
631
635
|
msgstr ""
|
|
632
636
|
|
|
633
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
637
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:107
|
|
634
638
|
msgid "%{description} on %{host}"
|
|
635
639
|
msgstr ""
|
|
636
640
|
|
|
637
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
641
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:114 action_names.rb:2
|
|
638
642
|
msgid "Remote action:"
|
|
639
643
|
msgstr ""
|
|
640
644
|
|
|
641
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
645
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:142
|
|
642
646
|
msgid "Job cancelled by user"
|
|
643
647
|
msgstr ""
|
|
644
648
|
|
|
645
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
646
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
649
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:147
|
|
650
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:165
|
|
647
651
|
msgid "Exit status: %s"
|
|
648
652
|
msgstr ""
|
|
649
653
|
|
|
650
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
654
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:149
|
|
651
655
|
msgid "Job finished with error"
|
|
652
656
|
msgstr ""
|
|
653
657
|
|
|
654
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
655
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
658
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:152
|
|
659
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:170
|
|
656
660
|
msgid "Error loading data from proxy"
|
|
657
661
|
msgstr ""
|
|
658
662
|
|
|
659
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
663
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:223
|
|
660
664
|
msgid "User can not execute job on host %s"
|
|
661
665
|
msgstr ""
|
|
662
666
|
|
|
663
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
667
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:224
|
|
664
668
|
msgid "User can not execute this job template"
|
|
665
669
|
msgstr ""
|
|
666
670
|
|
|
667
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
671
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:227
|
|
668
672
|
msgid "User can not execute job on infrastructure host %s"
|
|
669
673
|
msgstr ""
|
|
670
674
|
|
|
671
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
675
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:233
|
|
672
676
|
msgid "User can not execute this job template on %s"
|
|
673
677
|
msgstr ""
|
|
674
678
|
|
|
675
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
679
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:243
|
|
676
680
|
msgid "The only applicable proxy %{proxy_names} is down"
|
|
677
681
|
msgid_plural "All %{count} applicable proxies are down. Tried %{proxy_names}"
|
|
678
682
|
msgstr[0] ""
|
|
679
683
|
msgstr[1] ""
|
|
680
684
|
|
|
681
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
|
685
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:253
|
|
682
686
|
msgid ""
|
|
683
687
|
"Could not use any proxy for the %{provider} job. Consider configuring %{global"
|
|
684
688
|
"_proxy}, %{fallback_proxy} in settings"
|
|
@@ -747,10 +751,6 @@ msgstr ""
|
|
|
747
751
|
msgid "Last execution succeeded"
|
|
748
752
|
msgstr ""
|
|
749
753
|
|
|
750
|
-
#: ../app/models/host_status/execution_status.rb:42
|
|
751
|
-
msgid "No execution finished yet"
|
|
752
|
-
msgstr ""
|
|
753
|
-
|
|
754
754
|
#: ../app/models/host_status/execution_status.rb:44
|
|
755
755
|
msgid "Last execution cancelled"
|
|
756
756
|
msgstr ""
|
|
@@ -787,15 +787,15 @@ msgstr ""
|
|
|
787
787
|
msgid "Template with id '%{id}' was not found"
|
|
788
788
|
msgstr ""
|
|
789
789
|
|
|
790
|
-
#: ../app/models/job_invocation_composer.rb:
|
|
790
|
+
#: ../app/models/job_invocation_composer.rb:349
|
|
791
791
|
msgid "Feature input %{input_name} not defined in template %{template_name}"
|
|
792
792
|
msgstr ""
|
|
793
793
|
|
|
794
|
-
#: ../app/models/job_invocation_composer.rb:
|
|
794
|
+
#: ../app/models/job_invocation_composer.rb:358
|
|
795
795
|
msgid "No template mapped to feature %{feature_name}"
|
|
796
796
|
msgstr ""
|
|
797
797
|
|
|
798
|
-
#: ../app/models/job_invocation_composer.rb:
|
|
798
|
+
#: ../app/models/job_invocation_composer.rb:364
|
|
799
799
|
msgid ""
|
|
800
800
|
"The template %{template_name} mapped to feature %{feature_name} is not accessi"
|
|
801
801
|
"ble by the user"
|
|
@@ -847,13 +847,13 @@ msgstr ""
|
|
|
847
847
|
|
|
848
848
|
#: ../app/models/targeting.rb:10
|
|
849
849
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:194
|
|
850
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
850
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:276
|
|
851
851
|
msgid "Alphabetical"
|
|
852
852
|
msgstr ""
|
|
853
853
|
|
|
854
854
|
#: ../app/models/targeting.rb:10
|
|
855
855
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:202
|
|
856
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
856
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:275
|
|
857
857
|
msgid "Randomized"
|
|
858
858
|
msgstr ""
|
|
859
859
|
|
|
@@ -890,7 +890,7 @@ msgid "Can't find Job Invocation for an id %s"
|
|
|
890
890
|
msgstr ""
|
|
891
891
|
|
|
892
892
|
#: ../app/views/dashboard/_latest-jobs.html.erb:2
|
|
893
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
|
893
|
+
#: ../lib/foreman_remote_execution/engine.rb:260
|
|
894
894
|
msgid "Latest Jobs"
|
|
895
895
|
msgstr ""
|
|
896
896
|
|
|
@@ -916,7 +916,7 @@ msgid "Results"
|
|
|
916
916
|
msgstr ""
|
|
917
917
|
|
|
918
918
|
#: ../app/views/job_invocations/_card_schedule.html.erb:7
|
|
919
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
919
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:33
|
|
920
920
|
msgid "Schedule"
|
|
921
921
|
msgstr ""
|
|
922
922
|
|
|
@@ -949,12 +949,12 @@ msgstr ""
|
|
|
949
949
|
#: ../app/views/job_invocations/_form.html.erb:106
|
|
950
950
|
#: ../lib/foreman_remote_execution/engine.rb:163
|
|
951
951
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:59
|
|
952
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
952
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:270
|
|
953
953
|
msgid "Time to pickup"
|
|
954
954
|
msgstr ""
|
|
955
955
|
|
|
956
956
|
#: ../app/views/job_invocations/_card_target_hosts.html.erb:5
|
|
957
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
957
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:124
|
|
958
958
|
msgid "Target hosts"
|
|
959
959
|
msgstr ""
|
|
960
960
|
|
|
@@ -1003,8 +1003,8 @@ msgid "Description"
|
|
|
1003
1003
|
msgstr ""
|
|
1004
1004
|
|
|
1005
1005
|
#: ../app/views/job_invocations/_form.html.erb:23
|
|
1006
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
1007
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
1006
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:87
|
|
1007
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:116
|
|
1008
1008
|
msgid "Job template"
|
|
1009
1009
|
msgstr ""
|
|
1010
1010
|
|
|
@@ -1013,8 +1013,8 @@ msgid "Resolves to"
|
|
|
1013
1013
|
msgstr ""
|
|
1014
1014
|
|
|
1015
1015
|
#: ../app/views/job_invocations/_form.html.erb:42
|
|
1016
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
|
1017
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
1016
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:240
|
|
1017
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:92
|
|
1018
1018
|
msgid "hosts"
|
|
1019
1019
|
msgstr ""
|
|
1020
1020
|
|
|
@@ -1036,7 +1036,7 @@ msgstr ""
|
|
|
1036
1036
|
|
|
1037
1037
|
#: ../app/views/job_invocations/_form.html.erb:85
|
|
1038
1038
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:213
|
|
1039
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
1039
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:266
|
|
1040
1040
|
msgid "SSH user"
|
|
1041
1041
|
msgstr ""
|
|
1042
1042
|
|
|
@@ -1048,7 +1048,7 @@ msgstr ""
|
|
|
1048
1048
|
#: ../app/views/job_invocations/_form.html.erb:88
|
|
1049
1049
|
#: ../app/views/job_templates/_custom_tabs.html.erb:26
|
|
1050
1050
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:11
|
|
1051
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
1051
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:267
|
|
1052
1052
|
msgid "Effective user"
|
|
1053
1053
|
msgstr ""
|
|
1054
1054
|
|
|
@@ -1062,7 +1062,7 @@ msgstr ""
|
|
|
1062
1062
|
#: ../app/views/job_invocations/_form.html.erb:94
|
|
1063
1063
|
#: ../app/views/job_templates/_custom_tabs.html.erb:13
|
|
1064
1064
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:35
|
|
1065
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
1065
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:269
|
|
1066
1066
|
msgid "Timeout to kill"
|
|
1067
1067
|
msgstr ""
|
|
1068
1068
|
|
|
@@ -1120,7 +1120,7 @@ msgstr ""
|
|
|
1120
1120
|
|
|
1121
1121
|
#: ../app/views/job_invocations/_form.html.erb:116
|
|
1122
1122
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:149
|
|
1123
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
1123
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:271
|
|
1124
1124
|
msgid "Concurrency level"
|
|
1125
1125
|
msgstr ""
|
|
1126
1126
|
|
|
@@ -1133,7 +1133,7 @@ msgstr ""
|
|
|
1133
1133
|
|
|
1134
1134
|
#: ../app/views/job_invocations/_form.html.erb:120
|
|
1135
1135
|
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:174
|
|
1136
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
1136
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:273
|
|
1137
1137
|
msgid "Execution ordering"
|
|
1138
1138
|
msgstr ""
|
|
1139
1139
|
|
|
@@ -1147,7 +1147,7 @@ msgid ""
|
|
|
1147
1147
|
msgstr ""
|
|
1148
1148
|
|
|
1149
1149
|
#: ../app/views/job_invocations/_form.html.erb:129
|
|
1150
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
1150
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:256
|
|
1151
1151
|
msgid "Type of query"
|
|
1152
1152
|
msgstr ""
|
|
1153
1153
|
|
|
@@ -1394,7 +1394,7 @@ msgid ""
|
|
|
1394
1394
|
msgstr ""
|
|
1395
1395
|
|
|
1396
1396
|
#: ../app/views/remote_execution_features/index.html.erb:1
|
|
1397
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
|
1397
|
+
#: ../lib/foreman_remote_execution/engine.rb:241
|
|
1398
1398
|
msgid "Remote Execution Features"
|
|
1399
1399
|
msgstr ""
|
|
1400
1400
|
|
|
@@ -1678,27 +1678,27 @@ msgid ""
|
|
|
1678
1678
|
"lies only to pull-mqtt based jobs."
|
|
1679
1679
|
msgstr ""
|
|
1680
1680
|
|
|
1681
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
|
1681
|
+
#: ../lib/foreman_remote_execution/engine.rb:236
|
|
1682
1682
|
msgid "Job templates"
|
|
1683
1683
|
msgstr ""
|
|
1684
1684
|
|
|
1685
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
|
1685
|
+
#: ../lib/foreman_remote_execution/engine.rb:253
|
|
1686
1686
|
msgid "Job invocations detail"
|
|
1687
1687
|
msgstr ""
|
|
1688
1688
|
|
|
1689
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
|
1689
|
+
#: ../lib/foreman_remote_execution/engine.rb:374
|
|
1690
1690
|
msgid "Run Puppet Once"
|
|
1691
1691
|
msgstr ""
|
|
1692
1692
|
|
|
1693
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
|
1693
|
+
#: ../lib/foreman_remote_execution/engine.rb:375
|
|
1694
1694
|
msgid "Perform a single Puppet run"
|
|
1695
1695
|
msgstr ""
|
|
1696
1696
|
|
|
1697
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
|
1697
|
+
#: ../lib/foreman_remote_execution/engine.rb:380
|
|
1698
1698
|
msgid "Run Script"
|
|
1699
1699
|
msgstr ""
|
|
1700
1700
|
|
|
1701
|
-
#: ../lib/foreman_remote_execution/engine.rb:
|
|
1701
|
+
#: ../lib/foreman_remote_execution/engine.rb:381
|
|
1702
1702
|
msgid "Run a script"
|
|
1703
1703
|
msgstr ""
|
|
1704
1704
|
|
|
@@ -1762,84 +1762,84 @@ msgstr ""
|
|
|
1762
1762
|
msgid "Cancel"
|
|
1763
1763
|
msgstr ""
|
|
1764
1764
|
|
|
1765
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1765
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:15
|
|
1766
1766
|
msgid "Does not repeat"
|
|
1767
1767
|
msgstr ""
|
|
1768
1768
|
|
|
1769
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1769
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:16
|
|
1770
1770
|
msgid "Cronline"
|
|
1771
1771
|
msgstr ""
|
|
1772
1772
|
|
|
1773
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1773
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:17
|
|
1774
1774
|
msgid "Monthly"
|
|
1775
1775
|
msgstr ""
|
|
1776
1776
|
|
|
1777
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1777
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:18
|
|
1778
1778
|
msgid "Weekly"
|
|
1779
1779
|
msgstr ""
|
|
1780
1780
|
|
|
1781
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1781
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:19
|
|
1782
1782
|
msgid "Daily"
|
|
1783
1783
|
msgstr ""
|
|
1784
1784
|
|
|
1785
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1785
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:20
|
|
1786
1786
|
msgid "Hourly"
|
|
1787
1787
|
msgstr ""
|
|
1788
1788
|
|
|
1789
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1789
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:24
|
|
1790
1790
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:40
|
|
1791
1791
|
msgid "Immediate execution"
|
|
1792
1792
|
msgstr ""
|
|
1793
1793
|
|
|
1794
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1794
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:25
|
|
1795
1795
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:58
|
|
1796
1796
|
msgid "Future execution"
|
|
1797
1797
|
msgstr ""
|
|
1798
1798
|
|
|
1799
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1799
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:26
|
|
1800
1800
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:76
|
|
1801
1801
|
msgid "Recurring execution"
|
|
1802
1802
|
msgstr ""
|
|
1803
1803
|
|
|
1804
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1804
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:30
|
|
1805
1805
|
msgid "Category and template"
|
|
1806
1806
|
msgstr ""
|
|
1807
1807
|
|
|
1808
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1808
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:31
|
|
1809
1809
|
msgid "Target hosts and inputs"
|
|
1810
1810
|
msgstr ""
|
|
1811
1811
|
|
|
1812
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1813
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
1812
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:32
|
|
1813
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:138
|
|
1814
1814
|
msgid "Advanced fields"
|
|
1815
1815
|
msgstr ""
|
|
1816
1816
|
|
|
1817
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1817
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:34
|
|
1818
1818
|
msgid "Review details"
|
|
1819
1819
|
msgstr ""
|
|
1820
1820
|
|
|
1821
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1821
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:35
|
|
1822
1822
|
msgid "Type of execution"
|
|
1823
1823
|
msgstr ""
|
|
1824
1824
|
|
|
1825
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1825
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:56
|
|
1826
1826
|
msgid "Hosts"
|
|
1827
1827
|
msgstr ""
|
|
1828
1828
|
|
|
1829
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1829
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:57
|
|
1830
1830
|
msgid "Host collections"
|
|
1831
1831
|
msgstr ""
|
|
1832
1832
|
|
|
1833
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1833
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:58
|
|
1834
1834
|
msgid "Host groups"
|
|
1835
1835
|
msgstr ""
|
|
1836
1836
|
|
|
1837
|
-
#: ../webpack/JobWizard/JobWizardConstants.js:
|
|
1837
|
+
#: ../webpack/JobWizard/JobWizardConstants.js:59
|
|
1838
1838
|
msgid "Search query"
|
|
1839
1839
|
msgstr ""
|
|
1840
1840
|
|
|
1841
1841
|
#: ../webpack/JobWizard/JobWizardPageRerun.js:31
|
|
1842
|
-
#: ../webpack/JobWizard/index.js:
|
|
1842
|
+
#: ../webpack/JobWizard/index.js:17
|
|
1843
1843
|
msgid "Run job"
|
|
1844
1844
|
msgstr ""
|
|
1845
1845
|
|
|
@@ -1859,6 +1859,24 @@ msgid ""
|
|
|
1859
1859
|
"ifferent hosts than before."
|
|
1860
1860
|
msgstr ""
|
|
1861
1861
|
|
|
1862
|
+
#: ../webpack/JobWizard/PermissionDenied.js:16
|
|
1863
|
+
msgid "You are not authorized to perform this action."
|
|
1864
|
+
msgstr ""
|
|
1865
|
+
|
|
1866
|
+
#: ../webpack/JobWizard/PermissionDenied.js:18
|
|
1867
|
+
msgid ""
|
|
1868
|
+
"Please request the required permissions listed below from a Foreman administra"
|
|
1869
|
+
"tor:"
|
|
1870
|
+
msgstr ""
|
|
1871
|
+
|
|
1872
|
+
#: ../webpack/JobWizard/PermissionDenied.js:41
|
|
1873
|
+
msgid "Permission Denied"
|
|
1874
|
+
msgstr ""
|
|
1875
|
+
|
|
1876
|
+
#: ../webpack/JobWizard/PermissionDenied.js:49
|
|
1877
|
+
msgid "Proceed Anyway"
|
|
1878
|
+
msgstr ""
|
|
1879
|
+
|
|
1862
1880
|
#: ../webpack/JobWizard/StartsBeforeErrorAlert.js:9
|
|
1863
1881
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:41
|
|
1864
1882
|
msgid "'Starts before' date must in the future"
|
|
@@ -1868,7 +1886,7 @@ msgstr ""
|
|
|
1868
1886
|
msgid "Please go back to \\\"Schedule\\\" - \\\"Future execution\\\" step to fix the error"
|
|
1869
1887
|
msgstr ""
|
|
1870
1888
|
|
|
1871
|
-
#: ../webpack/JobWizard/index.js:
|
|
1889
|
+
#: ../webpack/JobWizard/index.js:66
|
|
1872
1890
|
msgid "Use legacy form"
|
|
1873
1891
|
msgstr ""
|
|
1874
1892
|
|
|
@@ -1905,28 +1923,38 @@ msgid ""
|
|
|
1905
1923
|
"or future or recurring executions, it is removed after the last execution."
|
|
1906
1924
|
msgstr ""
|
|
1907
1925
|
|
|
1908
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
1926
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:74
|
|
1909
1927
|
msgid "All fields are required."
|
|
1910
1928
|
msgstr ""
|
|
1911
1929
|
|
|
1912
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
1913
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
1914
|
-
msgid "
|
|
1930
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:82
|
|
1931
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:95
|
|
1932
|
+
msgid "Not available"
|
|
1933
|
+
msgstr ""
|
|
1934
|
+
|
|
1935
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:98
|
|
1936
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:250
|
|
1937
|
+
msgid "Access denied"
|
|
1915
1938
|
msgstr ""
|
|
1916
1939
|
|
|
1917
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
1940
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:100
|
|
1941
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:252
|
|
1942
|
+
msgid "Missing the required permissions: ${missingPermissions.join( ', ' )}"
|
|
1943
|
+
msgstr ""
|
|
1944
|
+
|
|
1945
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:109
|
|
1918
1946
|
msgid "Errors:"
|
|
1919
1947
|
msgstr ""
|
|
1920
1948
|
|
|
1921
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
1949
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:112
|
|
1922
1950
|
msgid "Categories list failed with:"
|
|
1923
1951
|
msgstr ""
|
|
1924
1952
|
|
|
1925
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
1953
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:117
|
|
1926
1954
|
msgid "Templates list failed with:"
|
|
1927
1955
|
msgstr ""
|
|
1928
1956
|
|
|
1929
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
|
1957
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:122
|
|
1930
1958
|
msgid "Template failed with:"
|
|
1931
1959
|
msgstr ""
|
|
1932
1960
|
|
|
@@ -1942,7 +1970,7 @@ msgstr ""
|
|
|
1942
1970
|
msgid "%s more"
|
|
1943
1971
|
msgstr ""
|
|
1944
1972
|
|
|
1945
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/SelectedChips.js:
|
|
1973
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/SelectedChips.js:97
|
|
1946
1974
|
msgid "Clear all filters"
|
|
1947
1975
|
msgstr ""
|
|
1948
1976
|
|
|
@@ -1950,36 +1978,36 @@ msgstr ""
|
|
|
1950
1978
|
msgid "There are no available input fields for the selected template."
|
|
1951
1979
|
msgstr ""
|
|
1952
1980
|
|
|
1953
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
|
1954
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
|
1981
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:131
|
|
1982
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:169
|
|
1955
1983
|
msgid "Please select at least one host"
|
|
1956
1984
|
msgstr ""
|
|
1957
1985
|
|
|
1958
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
|
1986
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:166
|
|
1959
1987
|
msgid "Please enter a search query"
|
|
1960
1988
|
msgstr ""
|
|
1961
1989
|
|
|
1962
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
|
1990
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:173
|
|
1963
1991
|
msgid "Please select at least one host collection"
|
|
1964
1992
|
msgstr ""
|
|
1965
1993
|
|
|
1966
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
|
1994
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:177
|
|
1967
1995
|
msgid "Please select at least one host group"
|
|
1968
1996
|
msgstr ""
|
|
1969
1997
|
|
|
1970
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
|
1998
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:194
|
|
1971
1999
|
msgid "Filter by hosts"
|
|
1972
2000
|
msgstr ""
|
|
1973
2001
|
|
|
1974
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
|
2002
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:205
|
|
1975
2003
|
msgid "Filter by host collections"
|
|
1976
2004
|
msgstr ""
|
|
1977
2005
|
|
|
1978
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
|
2006
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:215
|
|
1979
2007
|
msgid "Filter by host groups"
|
|
1980
2008
|
msgstr ""
|
|
1981
2009
|
|
|
1982
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
|
2010
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:233
|
|
1983
2011
|
msgid "Apply to"
|
|
1984
2012
|
msgstr ""
|
|
1985
2013
|
|
|
@@ -2012,75 +2040,75 @@ msgstr ""
|
|
|
2012
2040
|
msgid "Cron line"
|
|
2013
2041
|
msgstr ""
|
|
2014
2042
|
|
|
2015
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
2043
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:85
|
|
2016
2044
|
msgid "No Target Hosts"
|
|
2017
2045
|
msgstr ""
|
|
2018
2046
|
|
|
2019
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
2047
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:98
|
|
2020
2048
|
msgid "view host names"
|
|
2021
2049
|
msgstr ""
|
|
2022
2050
|
|
|
2023
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
2051
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:149
|
|
2024
2052
|
msgid "Hide all advanced fields"
|
|
2025
2053
|
msgstr ""
|
|
2026
2054
|
|
|
2027
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
2055
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:159
|
|
2028
2056
|
msgid "Show all advanced fields"
|
|
2029
2057
|
msgstr ""
|
|
2030
2058
|
|
|
2031
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
2059
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:169
|
|
2032
2060
|
msgid "Schedule type"
|
|
2033
2061
|
msgstr ""
|
|
2034
2062
|
|
|
2035
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
2063
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:183
|
|
2036
2064
|
msgid "Recurrence"
|
|
2037
2065
|
msgstr ""
|
|
2038
2066
|
|
|
2039
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
2067
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:198
|
|
2040
2068
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:52
|
|
2041
2069
|
msgid "Starts at"
|
|
2042
2070
|
msgstr ""
|
|
2043
2071
|
|
|
2044
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
2072
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:207
|
|
2045
2073
|
msgid "Starts Before"
|
|
2046
2074
|
msgstr ""
|
|
2047
2075
|
|
|
2048
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
2076
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:216
|
|
2049
2077
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:88
|
|
2050
2078
|
msgid "Starts"
|
|
2051
2079
|
msgstr ""
|
|
2052
2080
|
|
|
2053
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
2081
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:221
|
|
2054
2082
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:103
|
|
2055
2083
|
msgid "Now"
|
|
2056
2084
|
msgstr ""
|
|
2057
2085
|
|
|
2058
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
2086
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:227
|
|
2059
2087
|
#: ../webpack/JobWizard/steps/Schedule/RepeatOn.js:64
|
|
2060
2088
|
msgid "Repeats"
|
|
2061
2089
|
msgstr ""
|
|
2062
2090
|
|
|
2063
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
2091
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:235
|
|
2064
2092
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:160
|
|
2065
2093
|
msgid "Ends"
|
|
2066
2094
|
msgstr ""
|
|
2067
2095
|
|
|
2068
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
2096
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:248
|
|
2069
2097
|
#: ../webpack/JobWizard/steps/Schedule/PurposeField.js:9
|
|
2070
2098
|
msgid "Purpose"
|
|
2071
2099
|
msgstr ""
|
|
2072
2100
|
|
|
2073
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
2101
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:260
|
|
2074
2102
|
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:22
|
|
2075
2103
|
msgid "Static query"
|
|
2076
2104
|
msgstr ""
|
|
2077
2105
|
|
|
2078
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
2106
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:261
|
|
2079
2107
|
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:32
|
|
2080
2108
|
msgid "Dynamic query"
|
|
2081
2109
|
msgstr ""
|
|
2082
2110
|
|
|
2083
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
|
2111
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:268
|
|
2084
2112
|
msgid "Description Template"
|
|
2085
2113
|
msgstr ""
|
|
2086
2114
|
|
|
@@ -2252,12 +2280,12 @@ msgid "Has to be a positive number"
|
|
|
2252
2280
|
msgstr ""
|
|
2253
2281
|
|
|
2254
2282
|
#: ../webpack/JobWizard/steps/form/ResourceSelect.js:50
|
|
2255
|
-
#: ../webpack/JobWizard/steps/form/SearchSelect.js:
|
|
2283
|
+
#: ../webpack/JobWizard/steps/form/SearchSelect.js:38
|
|
2256
2284
|
msgid "Please refine your search."
|
|
2257
2285
|
msgstr ""
|
|
2258
2286
|
|
|
2259
2287
|
#: ../webpack/JobWizard/steps/form/ResourceSelect.js:53
|
|
2260
|
-
#: ../webpack/JobWizard/steps/form/SearchSelect.js:
|
|
2288
|
+
#: ../webpack/JobWizard/steps/form/SearchSelect.js:41
|
|
2261
2289
|
msgid "You have %s results to display. Showing first %s results"
|
|
2262
2290
|
msgstr ""
|
|
2263
2291
|
|