foreman_remote_execution 13.1.0 → 13.2.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/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +1000 -973
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +553 -526
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +584 -557
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +1043 -1016
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +1047 -1020
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +1041 -1014
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +1015 -988
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +886 -859
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +1047 -1020
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +901 -874
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +1041 -1014
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +886 -859
- data/app/controllers/api/v2/job_invocations_controller.rb +1 -0
- data/app/models/job_invocation.rb +23 -0
- data/app/models/job_invocation_composer.rb +2 -0
- data/app/views/api/v2/job_invocations/base.json.rabl +3 -2
- data/app/views/templates/script/package_action.erb +5 -2
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/de/foreman_remote_execution.po +27 -0
- data/locale/en/foreman_remote_execution.po +27 -0
- data/locale/en_GB/foreman_remote_execution.po +27 -0
- data/locale/es/foreman_remote_execution.po +27 -0
- data/locale/foreman_remote_execution.pot +177 -141
- data/locale/fr/foreman_remote_execution.po +27 -0
- data/locale/ja/foreman_remote_execution.po +27 -0
- data/locale/ka/foreman_remote_execution.po +27 -0
- data/locale/ko/foreman_remote_execution.po +27 -0
- data/locale/pt_BR/foreman_remote_execution.po +27 -0
- data/locale/ru/foreman_remote_execution.po +27 -0
- data/locale/zh_CN/foreman_remote_execution.po +27 -0
- data/locale/zh_TW/foreman_remote_execution.po +27 -0
- data/package.json +2 -1
- data/webpack/JobInvocationDetail/JobInvocationActions.js +134 -3
- data/webpack/JobInvocationDetail/JobInvocationConstants.js +14 -0
- data/webpack/JobInvocationDetail/JobInvocationDetail.scss +5 -2
- data/webpack/JobInvocationDetail/JobInvocationSelectors.js +5 -0
- data/webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js +13 -9
- data/webpack/JobInvocationDetail/JobInvocationToolbarButtons.js +268 -0
- data/webpack/JobInvocationDetail/__tests__/MainInformation.test.js +259 -0
- data/webpack/JobInvocationDetail/__tests__/fixtures.js +117 -0
- data/webpack/JobInvocationDetail/index.js +58 -38
- data/webpack/JobWizard/JobWizardPageRerun.js +16 -11
- data/webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js +8 -6
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext/index.js +2 -0
- data/webpack/__mocks__/foremanReact/components/BreadcrumbBar/index.js +4 -0
- data/webpack/__mocks__/foremanReact/components/Head/index.js +10 -0
- data/webpack/__mocks__/foremanReact/components/HostDetails/DetailsCard/DefaultLoaderEmptyState.js +8 -0
- data/webpack/__mocks__/foremanReact/components/ToastsList/index.js +3 -0
- data/webpack/__mocks__/foremanReact/redux/API/APIActions.js +21 -0
- data/webpack/__mocks__/foremanReact/redux/API/APIConstants.js +7 -0
- data/webpack/__mocks__/foremanReact/redux/API/index.js +14 -0
- data/webpack/__mocks__/foremanReact/redux/middlewares/IntervalMiddleware/index.js +9 -0
- metadata +12 -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: 2024-
|
12
|
-
"PO-Revision-Date: 2024-
|
11
|
+
"POT-Creation-Date: 2024-05-16 11:13+0200\n"
|
12
|
+
"PO-Revision-Date: 2024-05-16 11:13+0200\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:61
|
155
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:
|
155
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:83
|
156
156
|
msgid ""
|
157
157
|
"Indicates that the action should be cancelled if it cannot be started before t"
|
158
158
|
"his time."
|
@@ -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:82
|
269
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:110
|
270
270
|
msgid "Job category"
|
271
271
|
msgstr ""
|
272
272
|
|
@@ -408,7 +408,7 @@ msgstr ""
|
|
408
408
|
#: ../db/seeds.d/50-notification_blueprints.rb:3
|
409
409
|
#: ../db/seeds.d/50-notification_blueprints.rb:17
|
410
410
|
#: ../lib/foreman_remote_execution/engine.rb:247
|
411
|
-
#: ../webpack/JobInvocationDetail/index.js:
|
411
|
+
#: ../webpack/JobInvocationDetail/index.js:61
|
412
412
|
#: ../webpack/JobWizard/JobWizardPageRerun.js:34
|
413
413
|
#: ../webpack/JobWizard/index.js:20
|
414
414
|
msgid "Jobs"
|
@@ -634,55 +634,55 @@ msgstr ""
|
|
634
634
|
msgid "Job execution failed"
|
635
635
|
msgstr ""
|
636
636
|
|
637
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
637
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:106
|
638
638
|
msgid "%{description} on %{host}"
|
639
639
|
msgstr ""
|
640
640
|
|
641
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
641
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:113 action_names.rb:2
|
642
642
|
msgid "Remote action:"
|
643
643
|
msgstr ""
|
644
644
|
|
645
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
645
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:141
|
646
646
|
msgid "Job cancelled by user"
|
647
647
|
msgstr ""
|
648
648
|
|
649
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
650
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
649
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:146
|
650
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:164
|
651
651
|
msgid "Exit status: %s"
|
652
652
|
msgstr ""
|
653
653
|
|
654
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
654
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:148
|
655
655
|
msgid "Job finished with error"
|
656
656
|
msgstr ""
|
657
657
|
|
658
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
659
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
658
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:151
|
659
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:169
|
660
660
|
msgid "Error loading data from proxy"
|
661
661
|
msgstr ""
|
662
662
|
|
663
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
663
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:208
|
664
664
|
msgid "User can not execute job on host %s"
|
665
665
|
msgstr ""
|
666
666
|
|
667
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
667
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:209
|
668
668
|
msgid "User can not execute this job template"
|
669
669
|
msgstr ""
|
670
670
|
|
671
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
671
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:212
|
672
672
|
msgid "User can not execute job on infrastructure host %s"
|
673
673
|
msgstr ""
|
674
674
|
|
675
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
675
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:218
|
676
676
|
msgid "User can not execute this job template on %s"
|
677
677
|
msgstr ""
|
678
678
|
|
679
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
679
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:228
|
680
680
|
msgid "The only applicable proxy %{proxy_names} is down"
|
681
681
|
msgid_plural "All %{count} applicable proxies are down. Tried %{proxy_names}"
|
682
682
|
msgstr[0] ""
|
683
683
|
msgstr[1] ""
|
684
684
|
|
685
|
-
#: ../app/lib/actions/remote_execution/run_host_job.rb:
|
685
|
+
#: ../app/lib/actions/remote_execution/run_host_job.rb:238
|
686
686
|
msgid ""
|
687
687
|
"Could not use any proxy for the %{provider} job. Consider configuring %{global"
|
688
688
|
"_proxy}, %{fallback_proxy} in settings"
|
@@ -846,14 +846,14 @@ msgid "Dynamic Query"
|
|
846
846
|
msgstr ""
|
847
847
|
|
848
848
|
#: ../app/models/targeting.rb:10
|
849
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
850
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
849
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:199
|
850
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:280
|
851
851
|
msgid "Alphabetical"
|
852
852
|
msgstr ""
|
853
853
|
|
854
854
|
#: ../app/models/targeting.rb:10
|
855
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
856
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
855
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:208
|
856
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:279
|
857
857
|
msgid "Randomized"
|
858
858
|
msgstr ""
|
859
859
|
|
@@ -948,13 +948,13 @@ msgstr ""
|
|
948
948
|
#: ../app/views/job_invocations/_card_schedule.html.erb:26
|
949
949
|
#: ../app/views/job_invocations/_form.html.erb:106
|
950
950
|
#: ../lib/foreman_remote_execution/engine.rb:163
|
951
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
952
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
951
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:60
|
952
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:274
|
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:126
|
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:92
|
1007
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:118
|
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:241
|
1017
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:93
|
1018
1018
|
msgid "hosts"
|
1019
1019
|
msgstr ""
|
1020
1020
|
|
@@ -1035,20 +1035,20 @@ msgid "Hide advanced fields"
|
|
1035
1035
|
msgstr ""
|
1036
1036
|
|
1037
1037
|
#: ../app/views/job_invocations/_form.html.erb:85
|
1038
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1039
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1038
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:219
|
1039
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:270
|
1040
1040
|
msgid "SSH user"
|
1041
1041
|
msgstr ""
|
1042
1042
|
|
1043
1043
|
#: ../app/views/job_invocations/_form.html.erb:85
|
1044
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1044
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:220
|
1045
1045
|
msgid "A user to be used for SSH."
|
1046
1046
|
msgstr ""
|
1047
1047
|
|
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:271
|
1052
1052
|
msgid "Effective user"
|
1053
1053
|
msgstr ""
|
1054
1054
|
|
@@ -1061,13 +1061,13 @@ msgstr ""
|
|
1061
1061
|
|
1062
1062
|
#: ../app/views/job_invocations/_form.html.erb:94
|
1063
1063
|
#: ../app/views/job_templates/_custom_tabs.html.erb:13
|
1064
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1065
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1064
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:36
|
1065
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:273
|
1066
1066
|
msgid "Timeout to kill"
|
1067
1067
|
msgstr ""
|
1068
1068
|
|
1069
1069
|
#: ../app/views/job_invocations/_form.html.erb:94
|
1070
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1070
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:38
|
1071
1071
|
msgid ""
|
1072
1072
|
"Time in seconds from the start on the remote host after which the job should b"
|
1073
1073
|
"e killed."
|
@@ -1080,19 +1080,19 @@ msgid ""
|
|
1080
1080
|
msgstr ""
|
1081
1081
|
|
1082
1082
|
#: ../app/views/job_invocations/_form.html.erb:110
|
1083
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1083
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:80
|
1084
1084
|
msgid "Password"
|
1085
1085
|
msgstr ""
|
1086
1086
|
|
1087
1087
|
#: ../app/views/job_invocations/_form.html.erb:110
|
1088
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1088
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:82
|
1089
1089
|
msgid ""
|
1090
1090
|
"Password is stored encrypted in DB until the job finishes. For future or recur"
|
1091
1091
|
"ring executions, it is removed after the last execution."
|
1092
1092
|
msgstr ""
|
1093
1093
|
|
1094
1094
|
#: ../app/views/job_invocations/_form.html.erb:111
|
1095
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1095
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:104
|
1096
1096
|
msgid "Private key passphrase"
|
1097
1097
|
msgstr ""
|
1098
1098
|
|
@@ -1106,7 +1106,7 @@ msgstr ""
|
|
1106
1106
|
#: ../app/views/job_invocations/_form.html.erb:112
|
1107
1107
|
#: ../lib/foreman_remote_execution/engine.rb:92
|
1108
1108
|
#: ../lib/foreman_remote_execution/engine.rb:94
|
1109
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1109
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:128
|
1110
1110
|
msgid "Effective user password"
|
1111
1111
|
msgstr ""
|
1112
1112
|
|
@@ -1119,26 +1119,26 @@ msgid ""
|
|
1119
1119
|
msgstr ""
|
1120
1120
|
|
1121
1121
|
#: ../app/views/job_invocations/_form.html.erb:116
|
1122
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1123
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1122
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:153
|
1123
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:275
|
1124
1124
|
msgid "Concurrency level"
|
1125
1125
|
msgstr ""
|
1126
1126
|
|
1127
1127
|
#: ../app/views/job_invocations/_form.html.erb:116
|
1128
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1128
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:155
|
1129
1129
|
msgid ""
|
1130
1130
|
"Run at most N tasks at a time. If this is set and proxy batch triggering is en"
|
1131
1131
|
"abled, then tasks are triggered on the smart proxy in batches of size 1."
|
1132
1132
|
msgstr ""
|
1133
1133
|
|
1134
1134
|
#: ../app/views/job_invocations/_form.html.erb:120
|
1135
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1136
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1135
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:178
|
1136
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:277
|
1137
1137
|
msgid "Execution ordering"
|
1138
1138
|
msgstr ""
|
1139
1139
|
|
1140
1140
|
#: ../app/views/job_invocations/_form.html.erb:120
|
1141
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1141
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:183
|
1142
1142
|
msgid ""
|
1143
1143
|
"Execution ordering determines whether the jobs should be executed on hosts in "
|
1144
1144
|
"alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - execute"
|
@@ -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:260
|
1151
1151
|
msgid "Type of query"
|
1152
1152
|
msgstr ""
|
1153
1153
|
|
@@ -1702,63 +1702,99 @@ msgstr ""
|
|
1702
1702
|
msgid "Run a script"
|
1703
1703
|
msgstr ""
|
1704
1704
|
|
1705
|
-
#: ../webpack/JobInvocationDetail/JobInvocationOverview.js:
|
1706
|
-
msgid "Not yet"
|
1707
|
-
msgstr ""
|
1708
|
-
|
1709
|
-
#: ../webpack/JobInvocationDetail/JobInvocationOverview.js:58
|
1705
|
+
#: ../webpack/JobInvocationDetail/JobInvocationOverview.js:40
|
1710
1706
|
msgid "Effective user:"
|
1711
1707
|
msgstr ""
|
1712
1708
|
|
1713
|
-
#: ../webpack/JobInvocationDetail/JobInvocationOverview.js:
|
1709
|
+
#: ../webpack/JobInvocationDetail/JobInvocationOverview.js:46
|
1714
1710
|
msgid "Started at:"
|
1715
1711
|
msgstr ""
|
1716
1712
|
|
1717
|
-
#: ../webpack/JobInvocationDetail/JobInvocationOverview.js:
|
1713
|
+
#: ../webpack/JobInvocationDetail/JobInvocationOverview.js:48
|
1714
|
+
msgid "Not yet"
|
1715
|
+
msgstr ""
|
1716
|
+
|
1717
|
+
#: ../webpack/JobInvocationDetail/JobInvocationOverview.js:52
|
1718
1718
|
msgid "SSH user:"
|
1719
1719
|
msgstr ""
|
1720
1720
|
|
1721
|
-
#: ../webpack/JobInvocationDetail/JobInvocationOverview.js:
|
1721
|
+
#: ../webpack/JobInvocationDetail/JobInvocationOverview.js:58
|
1722
1722
|
msgid "Template:"
|
1723
1723
|
msgstr ""
|
1724
1724
|
|
1725
|
-
#: ../webpack/
|
1726
|
-
msgid "
|
1725
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:42
|
1726
|
+
msgid "Succeeded:"
|
1727
|
+
msgstr ""
|
1728
|
+
|
1729
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:43
|
1730
|
+
msgid "Failed:"
|
1731
|
+
msgstr ""
|
1732
|
+
|
1733
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:44
|
1734
|
+
msgid "In Progress:"
|
1735
|
+
msgstr ""
|
1736
|
+
|
1737
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:45
|
1738
|
+
msgid "Canceled:"
|
1739
|
+
msgstr ""
|
1740
|
+
|
1741
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:76
|
1742
|
+
msgid "${d.title} ${d.count} hosts"
|
1743
|
+
msgstr ""
|
1744
|
+
|
1745
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:79
|
1746
|
+
msgid "Scheduled: ${totalHosts} hosts"
|
1747
|
+
msgstr ""
|
1748
|
+
|
1749
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:92
|
1750
|
+
msgid "Systems"
|
1751
|
+
msgstr ""
|
1752
|
+
|
1753
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:111
|
1754
|
+
msgid "System status"
|
1755
|
+
msgstr ""
|
1756
|
+
|
1757
|
+
#: ../webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js:131
|
1758
|
+
msgid "Scheduled at:"
|
1727
1759
|
msgstr ""
|
1728
1760
|
|
1729
1761
|
#: ../webpack/JobWizard/Footer.js:36
|
1762
|
+
msgid "Submit"
|
1763
|
+
msgstr ""
|
1764
|
+
|
1765
|
+
#: ../webpack/JobWizard/Footer.js:37
|
1730
1766
|
msgid "Next"
|
1731
1767
|
msgstr ""
|
1732
1768
|
|
1733
|
-
#: ../webpack/JobWizard/Footer.js:
|
1769
|
+
#: ../webpack/JobWizard/Footer.js:47
|
1734
1770
|
msgid "Back"
|
1735
1771
|
msgstr ""
|
1736
1772
|
|
1737
|
-
#: ../webpack/JobWizard/Footer.js:
|
1773
|
+
#: ../webpack/JobWizard/Footer.js:53
|
1738
1774
|
msgid "Start job"
|
1739
1775
|
msgstr ""
|
1740
1776
|
|
1741
|
-
#: ../webpack/JobWizard/Footer.js:
|
1777
|
+
#: ../webpack/JobWizard/Footer.js:54
|
1742
1778
|
msgid "Fill all required fields in all the steps"
|
1743
1779
|
msgstr ""
|
1744
1780
|
|
1745
|
-
#: ../webpack/JobWizard/Footer.js:
|
1781
|
+
#: ../webpack/JobWizard/Footer.js:65
|
1746
1782
|
msgid "Run on selected hosts"
|
1747
1783
|
msgstr ""
|
1748
1784
|
|
1749
|
-
#: ../webpack/JobWizard/Footer.js:
|
1785
|
+
#: ../webpack/JobWizard/Footer.js:72
|
1750
1786
|
msgid "Skip to review step"
|
1751
1787
|
msgstr ""
|
1752
1788
|
|
1753
|
-
#: ../webpack/JobWizard/Footer.js:
|
1789
|
+
#: ../webpack/JobWizard/Footer.js:73
|
1754
1790
|
msgid "Fill all required fields in all the steps to start the job"
|
1755
1791
|
msgstr ""
|
1756
1792
|
|
1757
|
-
#: ../webpack/JobWizard/Footer.js:
|
1793
|
+
#: ../webpack/JobWizard/Footer.js:86
|
1758
1794
|
msgid "Skip to review"
|
1759
1795
|
msgstr ""
|
1760
1796
|
|
1761
|
-
#: ../webpack/JobWizard/Footer.js:
|
1797
|
+
#: ../webpack/JobWizard/Footer.js:90
|
1762
1798
|
msgid "Cancel"
|
1763
1799
|
msgstr ""
|
1764
1800
|
|
@@ -1787,17 +1823,17 @@ msgid "Hourly"
|
|
1787
1823
|
msgstr ""
|
1788
1824
|
|
1789
1825
|
#: ../webpack/JobWizard/JobWizardConstants.js:24
|
1790
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:
|
1826
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:41
|
1791
1827
|
msgid "Immediate execution"
|
1792
1828
|
msgstr ""
|
1793
1829
|
|
1794
1830
|
#: ../webpack/JobWizard/JobWizardConstants.js:25
|
1795
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:
|
1831
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:60
|
1796
1832
|
msgid "Future execution"
|
1797
1833
|
msgstr ""
|
1798
1834
|
|
1799
1835
|
#: ../webpack/JobWizard/JobWizardConstants.js:26
|
1800
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:
|
1836
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:79
|
1801
1837
|
msgid "Recurring execution"
|
1802
1838
|
msgstr ""
|
1803
1839
|
|
@@ -1810,7 +1846,7 @@ msgid "Target hosts and inputs"
|
|
1810
1846
|
msgstr ""
|
1811
1847
|
|
1812
1848
|
#: ../webpack/JobWizard/JobWizardConstants.js:32
|
1813
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
1849
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:140
|
1814
1850
|
msgid "Advanced fields"
|
1815
1851
|
msgstr ""
|
1816
1852
|
|
@@ -1843,17 +1879,17 @@ msgstr ""
|
|
1843
1879
|
msgid "Run job"
|
1844
1880
|
msgstr ""
|
1845
1881
|
|
1846
|
-
#: ../webpack/JobWizard/JobWizardPageRerun.js:
|
1882
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:56
|
1847
1883
|
msgid "Use old form"
|
1848
1884
|
msgstr ""
|
1849
1885
|
|
1850
|
-
#: ../webpack/JobWizard/JobWizardPageRerun.js:
|
1886
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:80
|
1851
1887
|
msgid ""
|
1852
1888
|
"Current organization %s is different from job's organization %s. This job may "
|
1853
1889
|
"run on different hosts than before."
|
1854
1890
|
msgstr ""
|
1855
1891
|
|
1856
|
-
#: ../webpack/JobWizard/JobWizardPageRerun.js:
|
1892
|
+
#: ../webpack/JobWizard/JobWizardPageRerun.js:95
|
1857
1893
|
msgid ""
|
1858
1894
|
"Current location %s is different from job's location %s. This job may run on d"
|
1859
1895
|
"ifferent hosts than before."
|
@@ -1877,100 +1913,100 @@ msgstr ""
|
|
1877
1913
|
msgid "Proceed Anyway"
|
1878
1914
|
msgstr ""
|
1879
1915
|
|
1880
|
-
#: ../webpack/JobWizard/StartsBeforeErrorAlert.js:
|
1916
|
+
#: ../webpack/JobWizard/StartsBeforeErrorAlert.js:10
|
1881
1917
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:41
|
1882
1918
|
msgid "'Starts before' date must in the future"
|
1883
1919
|
msgstr ""
|
1884
1920
|
|
1885
|
-
#: ../webpack/JobWizard/StartsBeforeErrorAlert.js:
|
1921
|
+
#: ../webpack/JobWizard/StartsBeforeErrorAlert.js:12
|
1886
1922
|
msgid "Please go back to \\\"Schedule\\\" - \\\"Future execution\\\" step to fix the error"
|
1887
1923
|
msgstr ""
|
1888
1924
|
|
1889
|
-
#: ../webpack/JobWizard/index.js:
|
1925
|
+
#: ../webpack/JobWizard/index.js:67
|
1890
1926
|
msgid "Use legacy form"
|
1891
1927
|
msgstr ""
|
1892
1928
|
|
1893
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:
|
1929
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:66
|
1894
1930
|
msgid "Edit job description template"
|
1895
1931
|
msgstr ""
|
1896
1932
|
|
1897
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:
|
1933
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:67
|
1898
1934
|
msgid "Preview job description"
|
1899
1935
|
msgstr ""
|
1900
1936
|
|
1901
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1902
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1937
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:50
|
1938
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:169
|
1903
1939
|
msgid "For example: 1, 2, 3, 4, 5..."
|
1904
1940
|
msgstr ""
|
1905
1941
|
|
1906
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1942
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:62
|
1907
1943
|
msgid ""
|
1908
1944
|
"Interval in seconds, if the job is not picked up by a client within this inter"
|
1909
1945
|
"val it will be cancelled. Applies only to pull-mqtt based jobs"
|
1910
1946
|
msgstr ""
|
1911
1947
|
|
1912
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1948
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:106
|
1913
1949
|
msgid ""
|
1914
1950
|
"Key passphrase is only applicable for SSH provider. Other providers ignore thi"
|
1915
1951
|
"s field. Passphrase is stored encrypted in DB until the job finishes. For futu"
|
1916
1952
|
"re or recurring executions, it is removed after the last execution."
|
1917
1953
|
msgstr ""
|
1918
1954
|
|
1919
|
-
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:
|
1955
|
+
#: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:130
|
1920
1956
|
msgid ""
|
1921
1957
|
"Effective user password is only applicable for SSH provider. Other providers i"
|
1922
1958
|
"gnore this field. Password is stored encrypted in DB until the job finishes. F"
|
1923
1959
|
"or future or recurring executions, it is removed after the last execution."
|
1924
1960
|
msgstr ""
|
1925
1961
|
|
1926
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1962
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:78
|
1927
1963
|
msgid "All fields are required."
|
1928
1964
|
msgstr ""
|
1929
1965
|
|
1930
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1931
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1966
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:87
|
1967
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:100
|
1932
1968
|
msgid "Not available"
|
1933
1969
|
msgstr ""
|
1934
1970
|
|
1935
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1936
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
1971
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:106
|
1972
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:254
|
1937
1973
|
msgid "Access denied"
|
1938
1974
|
msgstr ""
|
1939
1975
|
|
1940
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1941
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:
|
1976
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:109
|
1977
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/index.js:257
|
1942
1978
|
msgid "Missing the required permissions: ${missingPermissions.join( ', ' )}"
|
1943
1979
|
msgstr ""
|
1944
1980
|
|
1945
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1981
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:120
|
1946
1982
|
msgid "Errors:"
|
1947
1983
|
msgstr ""
|
1948
1984
|
|
1949
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1985
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:125
|
1950
1986
|
msgid "Categories list failed with:"
|
1951
1987
|
msgstr ""
|
1952
1988
|
|
1953
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1989
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:130
|
1954
1990
|
msgid "Templates list failed with:"
|
1955
1991
|
msgstr ""
|
1956
1992
|
|
1957
|
-
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:
|
1993
|
+
#: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:135
|
1958
1994
|
msgid "Template failed with:"
|
1959
1995
|
msgstr ""
|
1960
1996
|
|
1961
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js:
|
1997
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js:20
|
1962
1998
|
msgid "Preview Hosts"
|
1963
1999
|
msgstr ""
|
1964
2000
|
|
1965
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js:
|
2001
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js:53
|
1966
2002
|
msgid "...and %s more"
|
1967
2003
|
msgstr ""
|
1968
2004
|
|
1969
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/SelectedChips.js:
|
2005
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/SelectedChips.js:22
|
1970
2006
|
msgid "%s more"
|
1971
2007
|
msgstr ""
|
1972
2008
|
|
1973
|
-
#: ../webpack/JobWizard/steps/HostsAndInputs/SelectedChips.js:
|
2009
|
+
#: ../webpack/JobWizard/steps/HostsAndInputs/SelectedChips.js:104
|
1974
2010
|
msgid "Clear all filters"
|
1975
2011
|
msgstr ""
|
1976
2012
|
|
@@ -2012,7 +2048,7 @@ msgid "Apply to"
|
|
2012
2048
|
msgstr ""
|
2013
2049
|
|
2014
2050
|
#: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:7
|
2015
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2051
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:178
|
2016
2052
|
msgid "Never"
|
2017
2053
|
msgstr ""
|
2018
2054
|
|
@@ -2040,75 +2076,75 @@ msgstr ""
|
|
2040
2076
|
msgid "Cron line"
|
2041
2077
|
msgstr ""
|
2042
2078
|
|
2043
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2079
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:86
|
2044
2080
|
msgid "No Target Hosts"
|
2045
2081
|
msgstr ""
|
2046
2082
|
|
2047
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2083
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:100
|
2048
2084
|
msgid "view host names"
|
2049
2085
|
msgstr ""
|
2050
2086
|
|
2051
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2087
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:152
|
2052
2088
|
msgid "Hide all advanced fields"
|
2053
2089
|
msgstr ""
|
2054
2090
|
|
2055
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2091
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:163
|
2056
2092
|
msgid "Show all advanced fields"
|
2057
2093
|
msgstr ""
|
2058
2094
|
|
2059
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2095
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:173
|
2060
2096
|
msgid "Schedule type"
|
2061
2097
|
msgstr ""
|
2062
2098
|
|
2063
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2099
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:187
|
2064
2100
|
msgid "Recurrence"
|
2065
2101
|
msgstr ""
|
2066
2102
|
|
2067
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2103
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:202
|
2068
2104
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:52
|
2069
2105
|
msgid "Starts at"
|
2070
2106
|
msgstr ""
|
2071
2107
|
|
2072
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2108
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:211
|
2073
2109
|
msgid "Starts Before"
|
2074
2110
|
msgstr ""
|
2075
2111
|
|
2076
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2112
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:220
|
2077
2113
|
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:88
|
2078
2114
|
msgid "Starts"
|
2079
2115
|
msgstr ""
|
2080
2116
|
|
2081
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2082
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2117
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:225
|
2118
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:104
|
2083
2119
|
msgid "Now"
|
2084
2120
|
msgstr ""
|
2085
2121
|
|
2086
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2122
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:231
|
2087
2123
|
#: ../webpack/JobWizard/steps/Schedule/RepeatOn.js:64
|
2088
2124
|
msgid "Repeats"
|
2089
2125
|
msgstr ""
|
2090
2126
|
|
2091
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2092
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2127
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:239
|
2128
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:162
|
2093
2129
|
msgid "Ends"
|
2094
2130
|
msgstr ""
|
2095
2131
|
|
2096
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2132
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:252
|
2097
2133
|
#: ../webpack/JobWizard/steps/Schedule/PurposeField.js:9
|
2098
2134
|
msgid "Purpose"
|
2099
2135
|
msgstr ""
|
2100
2136
|
|
2101
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2102
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:
|
2137
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:264
|
2138
|
+
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:23
|
2103
2139
|
msgid "Static query"
|
2104
2140
|
msgstr ""
|
2105
2141
|
|
2106
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2107
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:
|
2142
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:265
|
2143
|
+
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:34
|
2108
2144
|
msgid "Dynamic query"
|
2109
2145
|
msgstr ""
|
2110
2146
|
|
2111
|
-
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:
|
2147
|
+
#: ../webpack/JobWizard/steps/ReviewDetails/index.js:272
|
2112
2148
|
msgid "Description Template"
|
2113
2149
|
msgstr ""
|
2114
2150
|
|
@@ -2126,11 +2162,11 @@ msgstr ""
|
|
2126
2162
|
msgid "Type has impact on when is the query evaluated to hosts."
|
2127
2163
|
msgstr ""
|
2128
2164
|
|
2129
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:
|
2165
|
+
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:24
|
2130
2166
|
msgid "evaluates just after you submit this form"
|
2131
2167
|
msgstr ""
|
2132
2168
|
|
2133
|
-
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:
|
2169
|
+
#: ../webpack/JobWizard/steps/Schedule/QueryType.js:35
|
2134
2170
|
msgid ""
|
2135
2171
|
"evaluates just before the execution is started, so if it's planned in future, "
|
2136
2172
|
"targeted hosts set may change before it"
|
@@ -2175,7 +2211,7 @@ msgid "documentation"
|
|
2175
2211
|
msgstr ""
|
2176
2212
|
|
2177
2213
|
#: ../webpack/JobWizard/steps/Schedule/RepeatDaily.js:17
|
2178
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2214
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:123
|
2179
2215
|
msgid "At"
|
2180
2216
|
msgstr ""
|
2181
2217
|
|
@@ -2192,11 +2228,11 @@ msgstr ""
|
|
2192
2228
|
msgid "range: 0-59"
|
2193
2229
|
msgstr ""
|
2194
2230
|
|
2195
|
-
#: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:
|
2231
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:67
|
2196
2232
|
msgid "Create"
|
2197
2233
|
msgstr ""
|
2198
2234
|
|
2199
|
-
#: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:
|
2235
|
+
#: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:82
|
2200
2236
|
msgid "Minute can only be a number between 0-59"
|
2201
2237
|
msgstr ""
|
2202
2238
|
|
@@ -2218,32 +2254,32 @@ msgstr ""
|
|
2218
2254
|
msgid "'Starts before' date must be after 'Starts at' date"
|
2219
2255
|
msgstr ""
|
2220
2256
|
|
2221
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:
|
2222
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:
|
2257
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:75
|
2258
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:113
|
2223
2259
|
msgid "Clear input"
|
2224
2260
|
msgstr ""
|
2225
2261
|
|
2226
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:
|
2262
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:80
|
2227
2263
|
msgid "Starts before"
|
2228
2264
|
msgstr ""
|
2229
2265
|
|
2230
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2266
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:186
|
2231
2267
|
msgid "End time needs to be after start time"
|
2232
2268
|
msgstr ""
|
2233
2269
|
|
2234
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2270
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:205
|
2235
2271
|
msgid "On"
|
2236
2272
|
msgstr ""
|
2237
2273
|
|
2238
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2274
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:238
|
2239
2275
|
msgid "After"
|
2240
2276
|
msgstr ""
|
2241
2277
|
|
2242
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2278
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:240
|
2243
2279
|
msgid "Repeat amount can only be a positive number"
|
2244
2280
|
msgstr ""
|
2245
2281
|
|
2246
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:
|
2282
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:256
|
2247
2283
|
msgid "occurences"
|
2248
2284
|
msgstr ""
|
2249
2285
|
|
@@ -2251,15 +2287,15 @@ msgstr ""
|
|
2251
2287
|
msgid "Select the type of execution"
|
2252
2288
|
msgstr ""
|
2253
2289
|
|
2254
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:
|
2290
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:42
|
2255
2291
|
msgid "Execute the job now."
|
2256
2292
|
msgstr ""
|
2257
2293
|
|
2258
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:
|
2294
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:61
|
2259
2295
|
msgid "Execute the job later, at a scheduled time."
|
2260
2296
|
msgstr ""
|
2261
2297
|
|
2262
|
-
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:
|
2298
|
+
#: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:80
|
2263
2299
|
msgid "Execute the job on a repeating schedule."
|
2264
2300
|
msgstr ""
|
2265
2301
|
|
@@ -2271,7 +2307,7 @@ msgstr ""
|
|
2271
2307
|
msgid "open-help-tooltip-button"
|
2272
2308
|
msgstr ""
|
2273
2309
|
|
2274
|
-
#: ../webpack/JobWizard/steps/form/FormHelpers.js:
|
2310
|
+
#: ../webpack/JobWizard/steps/form/FormHelpers.js:37
|
2275
2311
|
msgid "Reset to default"
|
2276
2312
|
msgstr ""
|
2277
2313
|
|
@@ -2297,7 +2333,7 @@ msgstr ""
|
|
2297
2333
|
msgid "%s job has been invoked"
|
2298
2334
|
msgstr ""
|
2299
2335
|
|
2300
|
-
#: ../webpack/react_app/components/FeaturesDropdown/index.js:
|
2336
|
+
#: ../webpack/react_app/components/FeaturesDropdown/index.js:72
|
2301
2337
|
msgid "Schedule a job"
|
2302
2338
|
msgstr ""
|
2303
2339
|
|
@@ -2321,15 +2357,15 @@ msgstr ""
|
|
2321
2357
|
msgid "View scheduled jobs"
|
2322
2358
|
msgstr ""
|
2323
2359
|
|
2324
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
2360
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:69
|
2325
2361
|
msgid "Finished"
|
2326
2362
|
msgstr ""
|
2327
2363
|
|
2328
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
2364
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:76
|
2329
2365
|
msgid "Running"
|
2330
2366
|
msgstr ""
|
2331
2367
|
|
2332
|
-
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:
|
2368
|
+
#: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:83
|
2333
2369
|
msgid "Scheduled"
|
2334
2370
|
msgstr ""
|
2335
2371
|
|