foreman_remote_execution 15.0.0 → 15.0.2
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 +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +176 -11
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +200 -35
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +200 -35
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +499 -335
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +177 -12
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +191 -26
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +177 -12
- data/app/controllers/job_invocations_controller.rb +1 -1
- data/app/views/job_invocations/_form.html.erb +2 -2
- data/app/views/template_invocations/_refresh.js.erb +2 -2
- 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 +178 -13
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +176 -11
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +178 -13
- data/locale/foreman_remote_execution.pot +470 -184
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +200 -35
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +200 -35
- data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ka/foreman_remote_execution.po +178 -13
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +499 -335
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +178 -13
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +177 -12
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +191 -26
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +177 -12
- data/webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js +8 -9
- data/webpack/JobInvocationDetail/TemplateInvocationComponents/index.scss +3 -0
- data/webpack/JobWizard/steps/AdvancedFields/Fields.js +1 -1
- data/webpack/JobWizard/steps/Schedule/QueryType.js +3 -3
- metadata +4 -9
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +0 -12
- data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en/foreman_remote_execution.po +0 -0
data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_remote_execution": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_remote_execution
|
6
|
+
"Project-Id-Version": "foreman_remote_execution 15.0.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2016-02-15 13:54+0000",
|
9
9
|
"Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
|
@@ -35,10 +35,13 @@
|
|
35
35
|
"%{description} on %{host}": [
|
36
36
|
"%{description} 於 %{host} 之上"
|
37
37
|
],
|
38
|
+
"'Starts at' date must be in the future": [
|
39
|
+
""
|
40
|
+
],
|
38
41
|
"'Starts before' date must be after 'Starts at' date": [
|
39
42
|
""
|
40
43
|
],
|
41
|
-
"'Starts before' date must in the future": [
|
44
|
+
"'Starts before' date must be in the future": [
|
42
45
|
""
|
43
46
|
],
|
44
47
|
"...and %s more": [
|
@@ -72,6 +75,9 @@
|
|
72
75
|
"A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
|
73
76
|
""
|
74
77
|
],
|
78
|
+
"A task for this host has not been started": [
|
79
|
+
""
|
80
|
+
],
|
75
81
|
"A user to be used for SSH.": [
|
76
82
|
""
|
77
83
|
],
|
@@ -84,9 +90,15 @@
|
|
84
90
|
"Abort Job": [
|
85
91
|
""
|
86
92
|
],
|
93
|
+
"Abort task": [
|
94
|
+
""
|
95
|
+
],
|
87
96
|
"Access denied": [
|
88
97
|
"拒絕存取"
|
89
98
|
],
|
99
|
+
"Action": [
|
100
|
+
""
|
101
|
+
],
|
90
102
|
"Actions": [
|
91
103
|
"動作"
|
92
104
|
],
|
@@ -108,10 +120,13 @@
|
|
108
120
|
"All fields are required.": [
|
109
121
|
""
|
110
122
|
],
|
123
|
+
"All statuses": [
|
124
|
+
""
|
125
|
+
],
|
111
126
|
"Alphabetical": [
|
112
127
|
""
|
113
128
|
],
|
114
|
-
"
|
129
|
+
"An error occurred while fetching the template invocation details.": [
|
115
130
|
""
|
116
131
|
],
|
117
132
|
"Another interface is already set as execution. Are you sure you want to use this one instead?": [
|
@@ -123,9 +138,18 @@
|
|
123
138
|
"Any Organization": [
|
124
139
|
"任何組織"
|
125
140
|
],
|
141
|
+
"Any location": [
|
142
|
+
""
|
143
|
+
],
|
144
|
+
"Any organization": [
|
145
|
+
""
|
146
|
+
],
|
126
147
|
"Apply to": [
|
127
148
|
""
|
128
149
|
],
|
150
|
+
"Are you sure you want to open all invocations in new tabs?": [
|
151
|
+
""
|
152
|
+
],
|
129
153
|
"At": [
|
130
154
|
"於"
|
131
155
|
],
|
@@ -153,18 +177,21 @@
|
|
153
177
|
"Cancel Job": [
|
154
178
|
"取消工作"
|
155
179
|
],
|
156
|
-
"Cancel
|
180
|
+
"Cancel Task": [
|
157
181
|
""
|
158
182
|
],
|
159
|
-
"Cancel
|
183
|
+
"Cancel job invocation": [
|
160
184
|
""
|
161
185
|
],
|
162
|
-
"
|
186
|
+
"Cancel recurring": [
|
163
187
|
""
|
164
188
|
],
|
165
189
|
"Cancelled": [
|
166
190
|
"已取消"
|
167
191
|
],
|
192
|
+
"Cancelled:": [
|
193
|
+
""
|
194
|
+
],
|
168
195
|
"Cannot resolve hosts without a bookmark or search query": [
|
169
196
|
"沒有書籤或搜尋查詢,就無法解析主機"
|
170
197
|
],
|
@@ -204,6 +231,9 @@
|
|
204
231
|
"Cockpit URL": [
|
205
232
|
""
|
206
233
|
],
|
234
|
+
"Command": [
|
235
|
+
"指令"
|
236
|
+
],
|
207
237
|
"Concurrency level": [
|
208
238
|
"同步等級"
|
209
239
|
],
|
@@ -216,6 +246,9 @@
|
|
216
246
|
"Control concurrency level and distribution over time": [
|
217
247
|
"隨時間控制週期等級並散佈"
|
218
248
|
],
|
249
|
+
"Copy to clipboard": [
|
250
|
+
""
|
251
|
+
],
|
219
252
|
"Could not abort the job %s: ${response}": [
|
220
253
|
""
|
221
254
|
],
|
@@ -267,6 +300,9 @@
|
|
267
300
|
"Create a recurring job": [
|
268
301
|
"建立週期性工作"
|
269
302
|
],
|
303
|
+
"Create job": [
|
304
|
+
""
|
305
|
+
],
|
270
306
|
"Create report": [
|
271
307
|
""
|
272
308
|
],
|
@@ -285,6 +321,9 @@
|
|
285
321
|
"Cronline": [
|
286
322
|
""
|
287
323
|
],
|
324
|
+
"Current iteration": [
|
325
|
+
"現有重述"
|
326
|
+
],
|
288
327
|
"Current location %s is different from job's location %s. This job may run on different hosts than before.": [
|
289
328
|
""
|
290
329
|
],
|
@@ -297,9 +336,15 @@
|
|
297
336
|
"Current organization %{org_c} is different from job's organization %{org_j}.": [
|
298
337
|
""
|
299
338
|
],
|
339
|
+
"DEBUG": [
|
340
|
+
""
|
341
|
+
],
|
300
342
|
"Daily": [
|
301
343
|
"每天"
|
302
344
|
],
|
345
|
+
"Date must be in the future": [
|
346
|
+
""
|
347
|
+
],
|
303
348
|
"Days": [
|
304
349
|
"天"
|
305
350
|
],
|
@@ -543,6 +588,9 @@
|
|
543
588
|
"Host detail": [
|
544
589
|
"主機詳細資料"
|
545
590
|
],
|
591
|
+
"Host group": [
|
592
|
+
""
|
593
|
+
],
|
546
594
|
"Host groups": [
|
547
595
|
"主機群組"
|
548
596
|
],
|
@@ -564,6 +612,9 @@
|
|
564
612
|
"How often the job should occur, in the cron format": [
|
565
613
|
"工作多常發生,格式同 cron"
|
566
614
|
],
|
615
|
+
"ID": [
|
616
|
+
""
|
617
|
+
],
|
567
618
|
"Identifier of the Host interface for Remote execution": [
|
568
619
|
""
|
569
620
|
],
|
@@ -576,6 +627,9 @@
|
|
576
627
|
"Import a job template from ERB": [
|
577
628
|
""
|
578
629
|
],
|
630
|
+
"In Progress": [
|
631
|
+
""
|
632
|
+
],
|
579
633
|
"In Progress:": [
|
580
634
|
""
|
581
635
|
],
|
@@ -618,6 +672,9 @@
|
|
618
672
|
"Invocation type, one of %s": [
|
619
673
|
"祈願類型,%s 之一"
|
620
674
|
],
|
675
|
+
"Iteration limit": [
|
676
|
+
"重述限制"
|
677
|
+
],
|
621
678
|
"Job": [
|
622
679
|
"工作"
|
623
680
|
],
|
@@ -675,6 +732,9 @@
|
|
675
732
|
"Job templates": [
|
676
733
|
"工作範本"
|
677
734
|
],
|
735
|
+
"Job with id '%{id}' was not found": [
|
736
|
+
""
|
737
|
+
],
|
678
738
|
"JobTemplate|Locked": [
|
679
739
|
"JobTemplate|Locked"
|
680
740
|
],
|
@@ -705,6 +765,9 @@
|
|
705
765
|
"Last execution succeeded": [
|
706
766
|
"最後的執行成功"
|
707
767
|
],
|
768
|
+
"Last occurrence": [
|
769
|
+
"最後一次發生"
|
770
|
+
],
|
708
771
|
"Latest Jobs": [
|
709
772
|
""
|
710
773
|
],
|
@@ -720,6 +783,9 @@
|
|
720
783
|
"List foreign input sets": [
|
721
784
|
"列出外部輸入集"
|
722
785
|
],
|
786
|
+
"List hosts belonging to job invocation": [
|
787
|
+
""
|
788
|
+
],
|
723
789
|
"List job invocations": [
|
724
790
|
"列出工作祈願"
|
725
791
|
],
|
@@ -777,24 +843,39 @@
|
|
777
843
|
"Next": [
|
778
844
|
"下一步"
|
779
845
|
],
|
846
|
+
"Next occurrence": [
|
847
|
+
"下次發生"
|
848
|
+
],
|
780
849
|
"No (override)": [
|
781
850
|
""
|
782
851
|
],
|
852
|
+
"No Results": [
|
853
|
+
""
|
854
|
+
],
|
783
855
|
"No Target Hosts": [
|
784
856
|
""
|
785
857
|
],
|
858
|
+
"No hosts found": [
|
859
|
+
""
|
860
|
+
],
|
786
861
|
"No hosts found.": [
|
787
862
|
"找不到主機。"
|
788
863
|
],
|
789
864
|
"No jobs available": [
|
790
865
|
""
|
791
866
|
],
|
867
|
+
"No output for the selected filters": [
|
868
|
+
""
|
869
|
+
],
|
792
870
|
"No results found": [
|
793
871
|
""
|
794
872
|
],
|
795
873
|
"No template mapped to feature %{feature_name}": [
|
796
874
|
"沒有範本定義至功能 %{feature_name}"
|
797
875
|
],
|
876
|
+
"No user input": [
|
877
|
+
""
|
878
|
+
],
|
798
879
|
"Not all required inputs have values. Missing inputs: %s": [
|
799
880
|
"並不是所需的輸入都有值。缺少的輸入:%s"
|
800
881
|
],
|
@@ -807,12 +888,24 @@
|
|
807
888
|
"Now": [
|
808
889
|
""
|
809
890
|
],
|
891
|
+
"OS": [
|
892
|
+
""
|
893
|
+
],
|
810
894
|
"On": [
|
811
895
|
"開啟"
|
812
896
|
],
|
813
897
|
"Only one of feature or job_template_id can be specified": [
|
814
898
|
""
|
815
899
|
],
|
900
|
+
"Open all in new tabs": [
|
901
|
+
""
|
902
|
+
],
|
903
|
+
"Open all invocations in new tabs": [
|
904
|
+
""
|
905
|
+
],
|
906
|
+
"Open in new tab": [
|
907
|
+
""
|
908
|
+
],
|
816
909
|
"Opening job invocation form": [
|
817
910
|
""
|
818
911
|
],
|
@@ -858,9 +951,15 @@
|
|
858
951
|
"Please enter a search query": [
|
859
952
|
""
|
860
953
|
],
|
954
|
+
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" or \\\\\\\"Recurring execution\\\\\\\" step to fix the error": [
|
955
|
+
""
|
956
|
+
],
|
861
957
|
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
|
862
958
|
""
|
863
959
|
],
|
960
|
+
"Please make sure that the Smart Proxy is configured correctly for the Pull provider.": [
|
961
|
+
""
|
962
|
+
],
|
864
963
|
"Please refine your search.": [
|
865
964
|
""
|
866
965
|
],
|
@@ -876,6 +975,9 @@
|
|
876
975
|
"Please select at least one host group": [
|
877
976
|
""
|
878
977
|
],
|
978
|
+
"Popups are blocked by your browser. Please allow popups for this site to open all invocations in new tabs.": [
|
979
|
+
""
|
980
|
+
],
|
879
981
|
"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
|
880
982
|
""
|
881
983
|
],
|
@@ -888,6 +990,9 @@
|
|
888
990
|
"Preview Hosts": [
|
889
991
|
""
|
890
992
|
],
|
993
|
+
"Preview Template": [
|
994
|
+
""
|
995
|
+
],
|
891
996
|
"Preview job description": [
|
892
997
|
""
|
893
998
|
],
|
@@ -987,6 +1092,9 @@
|
|
987
1092
|
"Repeat amount can only be a positive number": [
|
988
1093
|
""
|
989
1094
|
],
|
1095
|
+
"Repeat until": [
|
1096
|
+
"重複直到"
|
1097
|
+
],
|
990
1098
|
"Repeats": [
|
991
1099
|
"重複"
|
992
1100
|
],
|
@@ -1008,6 +1116,12 @@
|
|
1008
1116
|
"Rerun on failed hosts": [
|
1009
1117
|
"在失敗的主機上重新執行"
|
1010
1118
|
],
|
1119
|
+
"Rerun on succeeded hosts": [
|
1120
|
+
""
|
1121
|
+
],
|
1122
|
+
"Rerun succeeded": [
|
1123
|
+
""
|
1124
|
+
],
|
1011
1125
|
"Rerun successful": [
|
1012
1126
|
""
|
1013
1127
|
],
|
@@ -1071,6 +1185,12 @@
|
|
1071
1185
|
"SSH user:": [
|
1072
1186
|
""
|
1073
1187
|
],
|
1188
|
+
"STDERR": [
|
1189
|
+
""
|
1190
|
+
],
|
1191
|
+
"STDOUT": [
|
1192
|
+
""
|
1193
|
+
],
|
1074
1194
|
"Schedule": [
|
1075
1195
|
"排程"
|
1076
1196
|
],
|
@@ -1194,6 +1314,9 @@
|
|
1194
1314
|
"Skip to review step": [
|
1195
1315
|
""
|
1196
1316
|
],
|
1317
|
+
"Smart proxy": [
|
1318
|
+
"智慧代理"
|
1319
|
+
],
|
1197
1320
|
"Snippet": [
|
1198
1321
|
"程式碼片段"
|
1199
1322
|
],
|
@@ -1254,6 +1377,9 @@
|
|
1254
1377
|
"Success": [
|
1255
1378
|
"成功"
|
1256
1379
|
],
|
1380
|
+
"Successfully copied to clipboard!": [
|
1381
|
+
""
|
1382
|
+
],
|
1257
1383
|
"Switch to the new job invocation detail UI": [
|
1258
1384
|
""
|
1259
1385
|
],
|
@@ -1266,6 +1392,9 @@
|
|
1266
1392
|
"Systems": [
|
1267
1393
|
""
|
1268
1394
|
],
|
1395
|
+
"Target Hosts": [
|
1396
|
+
""
|
1397
|
+
],
|
1269
1398
|
"Target hosts": [
|
1270
1399
|
"目標主機"
|
1271
1400
|
],
|
@@ -1275,6 +1404,9 @@
|
|
1275
1404
|
"Target template ID": [
|
1276
1405
|
"目標範本 ID"
|
1277
1406
|
],
|
1407
|
+
"Target:": [
|
1408
|
+
""
|
1409
|
+
],
|
1278
1410
|
"Target: ": [
|
1279
1411
|
"目標:"
|
1280
1412
|
],
|
@@ -1284,6 +1416,12 @@
|
|
1284
1416
|
"Task cancelled": [
|
1285
1417
|
""
|
1286
1418
|
],
|
1419
|
+
"Task count": [
|
1420
|
+
"工作數量"
|
1421
|
+
],
|
1422
|
+
"Task for the host cancelled succesfully": [
|
1423
|
+
""
|
1424
|
+
],
|
1287
1425
|
"Template ERB": [
|
1288
1426
|
""
|
1289
1427
|
],
|
@@ -1293,6 +1431,9 @@
|
|
1293
1431
|
"Template failed with:": [
|
1294
1432
|
""
|
1295
1433
|
],
|
1434
|
+
"Template invocation not found": [
|
1435
|
+
""
|
1436
|
+
],
|
1296
1437
|
"Template name": [
|
1297
1438
|
"範本名稱"
|
1298
1439
|
],
|
@@ -1314,6 +1455,9 @@
|
|
1314
1455
|
"The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
|
1315
1456
|
"動態查詢 '%{query}' 尚未被解析。該解析的主機清單可以在 %{here} 找到。"
|
1316
1457
|
],
|
1458
|
+
"The dynamic query is still being processed. You can {viewTheHosts} targeted by the query.": [
|
1459
|
+
""
|
1460
|
+
],
|
1317
1461
|
"The execution interface is used for remote execution": [
|
1318
1462
|
"用來遠端執行的執行介面"
|
1319
1463
|
],
|
@@ -1332,6 +1476,9 @@
|
|
1332
1476
|
"The job template to use, parameter is required unless feature was specified": [
|
1333
1477
|
""
|
1334
1478
|
],
|
1479
|
+
"The number of invocations is:": [
|
1480
|
+
""
|
1481
|
+
],
|
1335
1482
|
"The only applicable proxy %{proxy_names} is down": [
|
1336
1483
|
"",
|
1337
1484
|
""
|
@@ -1360,6 +1507,9 @@
|
|
1360
1507
|
"This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
|
1361
1508
|
""
|
1362
1509
|
],
|
1510
|
+
"This will open a new tab for each invocation.": [
|
1511
|
+
""
|
1512
|
+
],
|
1363
1513
|
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1364
1514
|
""
|
1365
1515
|
],
|
@@ -1408,12 +1558,18 @@
|
|
1408
1558
|
"Trying to abort the job %s.": [
|
1409
1559
|
""
|
1410
1560
|
],
|
1561
|
+
"Trying to abort the task for the host": [
|
1562
|
+
""
|
1563
|
+
],
|
1411
1564
|
"Trying to cancel the job": [
|
1412
1565
|
""
|
1413
1566
|
],
|
1414
1567
|
"Trying to cancel the job %s.": [
|
1415
1568
|
""
|
1416
1569
|
],
|
1570
|
+
"Trying to cancel the task for the host": [
|
1571
|
+
""
|
1572
|
+
],
|
1417
1573
|
"Type": [
|
1418
1574
|
"類型"
|
1419
1575
|
],
|
@@ -1438,9 +1594,15 @@
|
|
1438
1594
|
"Unable to remove host from known hosts": [
|
1439
1595
|
""
|
1440
1596
|
],
|
1597
|
+
"Unable to run job": [
|
1598
|
+
""
|
1599
|
+
],
|
1441
1600
|
"Unable to save template. Correct highlighted errors": [
|
1442
1601
|
""
|
1443
1602
|
],
|
1603
|
+
"Unknown": [
|
1604
|
+
"不明"
|
1605
|
+
],
|
1444
1606
|
"Unknown execution status": [
|
1445
1607
|
"未知的執行狀態"
|
1446
1608
|
],
|
@@ -1543,9 +1705,6 @@
|
|
1543
1705
|
"Whether we should sync templates from disk when running db:seed.": [
|
1544
1706
|
"執行 db:seed 時是否要從磁碟同步範本。"
|
1545
1707
|
],
|
1546
|
-
"Workers pool size": [
|
1547
|
-
""
|
1548
|
-
],
|
1549
1708
|
"Yes (override)": [
|
1550
1709
|
""
|
1551
1710
|
],
|
@@ -1558,6 +1717,9 @@
|
|
1558
1717
|
"You have %s results to display. Showing first %s results": [
|
1559
1718
|
""
|
1560
1719
|
],
|
1720
|
+
"You have more results to display. Showing first %s results": [
|
1721
|
+
""
|
1722
|
+
],
|
1561
1723
|
"add an input set for this template to reference a different template inputs": [
|
1562
1724
|
"為此範本新增輸入集,以參照至不同的範本輸入"
|
1563
1725
|
],
|
@@ -1573,9 +1735,6 @@
|
|
1573
1735
|
"effective user": [
|
1574
1736
|
""
|
1575
1737
|
],
|
1576
|
-
"error": [
|
1577
|
-
""
|
1578
|
-
],
|
1579
1738
|
"error during rendering: %s": [
|
1580
1739
|
"處理時發生錯誤:%s"
|
1581
1740
|
],
|
@@ -1651,6 +1810,9 @@
|
|
1651
1810
|
"succeeded": [
|
1652
1811
|
"已成功"
|
1653
1812
|
],
|
1813
|
+
"task aborted succesfully": [
|
1814
|
+
""
|
1815
|
+
],
|
1654
1816
|
"tasks at a time": [
|
1655
1817
|
""
|
1656
1818
|
],
|
@@ -1669,6 +1831,9 @@
|
|
1669
1831
|
"view host names": [
|
1670
1832
|
""
|
1671
1833
|
],
|
1834
|
+
"view the hosts": [
|
1835
|
+
""
|
1836
|
+
],
|
1672
1837
|
"yes": [
|
1673
1838
|
"是"
|
1674
1839
|
]
|
@@ -171,7 +171,7 @@ class JobInvocationsController < ApplicationController
|
|
171
171
|
inputs = params[:inputs].permit!.to_hash if params.include?(:inputs)
|
172
172
|
JobInvocationComposer.for_feature(
|
173
173
|
params[:feature],
|
174
|
-
params[:host_ids],
|
174
|
+
params[:search].presence || params[:host_ids],
|
175
175
|
inputs
|
176
176
|
)
|
177
177
|
else
|
@@ -117,7 +117,7 @@
|
|
117
117
|
</div>
|
118
118
|
|
119
119
|
<div class="form-group advanced hidden">
|
120
|
-
<%= add_label({ :label => _('Execution ordering'), :label_help => _("Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> -
|
120
|
+
<%= add_label({ :label => _('Execution ordering'), :label_help => _("Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - Executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - Randomizes the order in which jobs are executed on hosts</li></ul>") }, f, :randomized_ordering) %>
|
121
121
|
|
122
122
|
<div class="col-md-4">
|
123
123
|
<%= radio_button_f targeting_fields, :randomized_ordering, :value => false, :text => _(Targeting::ORDERINGS[Targeting::ORDERED]), :checked => !@composer.targeting.randomized_ordering %>
|
@@ -126,7 +126,7 @@
|
|
126
126
|
</div>
|
127
127
|
|
128
128
|
<div class="form-group">
|
129
|
-
<%= add_label({ :label => _('Type of query'), :label_help => _("Type
|
129
|
+
<%= add_label({ :label => _('Type of query'), :label_help => _("Type determines when the query is evaluated to hosts.<br><ul><li><b>Static</b> - Executes the job on the current list of target hosts.</li><li><b>Dynamic</b> - Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.</li></ul>") }, f, :targetting_type) %>
|
130
130
|
|
131
131
|
<div class="col-md-4">
|
132
132
|
<%= radio_button_f targeting_fields, :targeting_type, :value => Targeting::STATIC_TYPE, :text => _(Targeting::TYPES[Targeting::STATIC_TYPE]) %>
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<% if @auto_refresh %>
|
2
2
|
if(window.allJsLoaded){
|
3
3
|
delayed_refresh($("div.terminal").data('refresh-url'),
|
4
|
-
{"since": "<%= @line_sets.last.try(:[], 'timestamp') || @since %>", "line_counter": $("div.terminal div.line").
|
4
|
+
{"since": "<%= @line_sets.last.try(:[], 'timestamp') || @since %>", "line_counter": $("div.terminal div.line").length})
|
5
5
|
}
|
6
6
|
else {
|
7
7
|
$(document).on('loadJS', function() {
|
8
8
|
delayed_refresh($("div.terminal").data('refresh-url'),
|
9
|
-
{"since": "<%= @line_sets.last.try(:[], 'timestamp') || @since %>", "line_counter": $("div.terminal div.line").
|
9
|
+
{"since": "<%= @line_sets.last.try(:[], 'timestamp') || @since %>", "line_counter": $("div.terminal div.line").length})
|
10
10
|
});
|
11
11
|
}
|
12
12
|
<% end %>
|
@@ -216,7 +216,7 @@ module ForemanRemoteExecution
|
|
216
216
|
# add menu entry
|
217
217
|
menu :top_menu, :job_templates,
|
218
218
|
url_hash: { controller: :job_templates, action: :index },
|
219
|
-
caption: N_('Job
|
219
|
+
caption: N_('Job Templates'),
|
220
220
|
parent: :hosts_menu,
|
221
221
|
after: :provisioning_templates
|
222
222
|
menu :admin_menu, :remote_execution_features,
|
Binary file
|