foreman_ansible 15.0.7 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_ansible/locale/ca/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/cs_CZ/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/de/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/es/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/fr/foreman_ansible.js +4 -4
- data/app/assets/javascripts/foreman_ansible/locale/gl/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/it/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/ja/foreman_ansible.js +4 -4
- data/app/assets/javascripts/foreman_ansible/locale/ka/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/ko/foreman_ansible.js +3 -3
- data/app/assets/javascripts/foreman_ansible/locale/nl_NL/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/pl/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/pt_BR/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/ru/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/sv_SE/foreman_ansible.js +10 -1
- data/app/assets/javascripts/foreman_ansible/locale/zh_CN/foreman_ansible.js +4 -4
- data/app/assets/javascripts/foreman_ansible/locale/zh_TW/foreman_ansible.js +10 -1
- data/app/controllers/concerns/foreman/controller/parameters/job_template_extensions.rb +1 -1
- data/app/controllers/foreman_ansible/api/v2/job_templates_controller_extensions.rb +1 -0
- data/app/models/foreman_ansible/ansible_provider.rb +1 -0
- data/app/views/api/v2/job_templates/job_templates.json.rabl +1 -1
- data/app/views/job_templates/_job_template_callback_tab_content.html.erb +1 -0
- data/db/migrate/20241022000000_add_ansible_check_mode_to_templates.rb +5 -0
- data/lib/foreman_ansible/register.rb +1 -1
- data/lib/foreman_ansible/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ca/foreman_ansible.po +10 -1
- data/locale/cs_CZ/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/cs_CZ/foreman_ansible.po +10 -1
- data/locale/de/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/de/foreman_ansible.po +10 -1
- data/locale/en/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/en_GB/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/es/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/es/foreman_ansible.po +11 -2
- data/locale/foreman_ansible.pot +4 -4
- data/locale/fr/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/fr/foreman_ansible.po +5 -5
- data/locale/gl/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/gl/foreman_ansible.po +10 -1
- data/locale/it/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/it/foreman_ansible.po +10 -1
- data/locale/ja/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ja/foreman_ansible.po +4 -4
- data/locale/ka/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ka/foreman_ansible.po +10 -1
- data/locale/ko/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ko/foreman_ansible.po +3 -3
- data/locale/nl_NL/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/nl_NL/foreman_ansible.po +10 -1
- data/locale/pl/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/pl/foreman_ansible.po +10 -1
- data/locale/pt_BR/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/pt_BR/foreman_ansible.po +10 -1
- data/locale/ru/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/ru/foreman_ansible.po +10 -1
- data/locale/sv_SE/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/sv_SE/foreman_ansible.po +10 -1
- data/locale/zh_CN/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/zh_CN/foreman_ansible.po +5 -5
- data/locale/zh_TW/LC_MESSAGES/foreman_ansible.mo +0 -0
- data/locale/zh_TW/foreman_ansible.po +10 -1
- data/webpack/components/AnsibleHostDetail/AnsibleHostDetail.scss +1 -1
- data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTable.js +4 -11
- data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValueHelper.js +11 -5
- data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/__test__/AnsibleVariableOverrides.test.js +1 -1
- data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/__test__/AnsibleVariableOverridesDelete.test.js +2 -2
- data/webpack/components/AnsibleHostDetail/components/JobsTab/NewRecurringJobModal.scss +2 -2
- data/webpack/components/AnsibleHostDetail/components/JobsTab/PreviousJobsTable.js +3 -10
- data/webpack/components/AnsibleHostDetail/components/JobsTab/RecurringJobsTable.js +3 -10
- data/webpack/components/AnsibleHostDetail/components/JobsTab/__test__/JobsTab.test.js +2 -1
- data/webpack/components/AnsibleHostDetail/components/RolesTab/AllRolesModal/AllRolesTable.js +3 -10
- data/webpack/components/AnsibleHostDetail/components/RolesTab/EditRolesModal/EditRolesModal.scss +1 -1
- data/webpack/components/AnsibleHostDetail/components/RolesTab/RolesTable.js +3 -10
- data/webpack/components/AnsibleRolesAndVariables/AnsibleRolesAndVariables.js +3 -3
- data/webpack/components/DualList/ListControls.js +9 -9
- data/webpack/components/DualList/ListHeader.js +5 -3
- data/webpack/components/DualList/ListItem.js +9 -9
- data/webpack/components/DualList/ListPane.js +3 -3
- data/webpack/components/DualList/SelectedStatus.js +2 -2
- data/webpack/components/DualList/index.js +1 -1
- data/webpack/formHelper.js +26 -29
- data/webpack/routes/HostgroupJobs/__test__/HostgroupJobs.test.js +1 -0
- metadata +12 -16
- data/app/assets/javascripts/foreman_ansible/locale/en/foreman_ansible.js +0 -910
- data/app/assets/javascripts/foreman_ansible/locale/en_GB/foreman_ansible.js +0 -910
- data/locale/en/foreman_ansible.po +0 -908
- data/locale/en_GB/foreman_ansible.po +0 -912
@@ -10,7 +10,7 @@
|
|
10
10
|
#
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
13
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
15
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
16
16
|
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2023\n"
|
@@ -290,6 +290,12 @@ msgstr ""
|
|
290
290
|
msgid "Enable Ansible Callback"
|
291
291
|
msgstr ""
|
292
292
|
|
293
|
+
msgid "Enable Ansible Check Mode"
|
294
|
+
msgstr ""
|
295
|
+
|
296
|
+
msgid "Enable Ansible Check Mode for this template"
|
297
|
+
msgstr ""
|
298
|
+
|
293
299
|
msgid "Enable the callback plugin for this template"
|
294
300
|
msgstr ""
|
295
301
|
|
@@ -823,6 +829,9 @@ msgstr ""
|
|
823
829
|
msgid "Update Smart Proxy"
|
824
830
|
msgstr ""
|
825
831
|
|
832
|
+
msgid "Update an override value"
|
833
|
+
msgstr ""
|
834
|
+
|
826
835
|
msgid "Updates Ansible variable"
|
827
836
|
msgstr "Aktualizuje Ansible proměnné"
|
828
837
|
|
Binary file
|
@@ -21,7 +21,7 @@
|
|
21
21
|
#
|
22
22
|
msgid ""
|
23
23
|
msgstr ""
|
24
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
24
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
25
25
|
"Report-Msgid-Bugs-To: \n"
|
26
26
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
27
27
|
"Last-Translator: Wiederoder <stefanwiederoder@googlemail.com>, 2023\n"
|
@@ -299,6 +299,12 @@ msgstr "Ansible-Rollen bearbeiten"
|
|
299
299
|
msgid "Enable Ansible Callback"
|
300
300
|
msgstr ""
|
301
301
|
|
302
|
+
msgid "Enable Ansible Check Mode"
|
303
|
+
msgstr ""
|
304
|
+
|
305
|
+
msgid "Enable Ansible Check Mode for this template"
|
306
|
+
msgstr ""
|
307
|
+
|
302
308
|
msgid "Enable the callback plugin for this template"
|
303
309
|
msgstr ""
|
304
310
|
|
@@ -832,6 +838,9 @@ msgstr "Rollenvariablen entfernen"
|
|
832
838
|
msgid "Update Smart Proxy"
|
833
839
|
msgstr ""
|
834
840
|
|
841
|
+
msgid "Update an override value"
|
842
|
+
msgstr ""
|
843
|
+
|
835
844
|
msgid "Updates Ansible variable"
|
836
845
|
msgstr "Aktualisiert die Ansible-Variable"
|
837
846
|
|
Binary file
|
Binary file
|
Binary file
|
@@ -8,13 +8,13 @@
|
|
8
8
|
# Jared Nelson <jared@ajpadilla.com>, 2022
|
9
9
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2022
|
10
10
|
# Gustavo Varela <gustavo.varela@gmail.com>, 2022
|
11
|
-
# Sergio Ocón-Cárdenas
|
11
|
+
# Sergio Ocón-Cárdenas, 2022
|
12
12
|
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
13
13
|
# Carmela Rubiños <carmela.rubinos@gmail.com>, 2023
|
14
14
|
#
|
15
15
|
msgid ""
|
16
16
|
msgstr ""
|
17
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
17
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
18
18
|
"Report-Msgid-Bugs-To: \n"
|
19
19
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
20
20
|
"Last-Translator: Carmela Rubiños <carmela.rubinos@gmail.com>, 2023\n"
|
@@ -293,6 +293,12 @@ msgstr "Editar roles de Ansible"
|
|
293
293
|
msgid "Enable Ansible Callback"
|
294
294
|
msgstr ""
|
295
295
|
|
296
|
+
msgid "Enable Ansible Check Mode"
|
297
|
+
msgstr ""
|
298
|
+
|
299
|
+
msgid "Enable Ansible Check Mode for this template"
|
300
|
+
msgstr ""
|
301
|
+
|
296
302
|
msgid "Enable the callback plugin for this template"
|
297
303
|
msgstr ""
|
298
304
|
|
@@ -828,6 +834,9 @@ msgstr "Actualizar variables de función"
|
|
828
834
|
msgid "Update Smart Proxy"
|
829
835
|
msgstr ""
|
830
836
|
|
837
|
+
msgid "Update an override value"
|
838
|
+
msgstr ""
|
839
|
+
|
831
840
|
msgid "Updates Ansible variable"
|
832
841
|
msgstr "Actualiza la variable de Ansible"
|
833
842
|
|
data/locale/foreman_ansible.pot
CHANGED
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: foreman_ansible 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2025-
|
12
|
-
"PO-Revision-Date: 2025-
|
11
|
+
"POT-Creation-Date: 2025-02-20 11:49+0100\n"
|
12
|
+
"PO-Revision-Date: 2025-02-20 11:49+0100\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -1000,12 +1000,12 @@ msgid "Ansible variable override successfully changed."
|
|
1000
1000
|
msgstr ""
|
1001
1001
|
|
1002
1002
|
#:
|
1003
|
-
#: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValue.js:
|
1003
|
+
#: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValue.js:41
|
1004
1004
|
msgid "true"
|
1005
1005
|
msgstr ""
|
1006
1006
|
|
1007
1007
|
#:
|
1008
|
-
#: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValue.js:
|
1008
|
+
#: ../webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValue.js:42
|
1009
1009
|
msgid "false"
|
1010
1010
|
msgstr ""
|
1011
1011
|
|
Binary file
|
@@ -11,7 +11,7 @@
|
|
11
11
|
# Claer <transiblu@claer.hammock.fr>, 2022
|
12
12
|
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
13
13
|
# 21966816214bc546c1fc8a185e75ca1c, 2023
|
14
|
-
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>,
|
14
|
+
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
|
15
15
|
#
|
16
16
|
msgid ""
|
17
17
|
msgstr ""
|
@@ -19,7 +19,7 @@ msgstr ""
|
|
19
19
|
"Report-Msgid-Bugs-To: \n"
|
20
20
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
21
21
|
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
|
22
|
-
"n.nl>,
|
22
|
+
"n.nl>, 2024\n"
|
23
23
|
"Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
|
24
24
|
"MIME-Version: 1.0\n"
|
25
25
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -296,10 +296,10 @@ msgid "Enable Ansible Callback"
|
|
296
296
|
msgstr "Activer Ansible Callback"
|
297
297
|
|
298
298
|
msgid "Enable Ansible Check Mode"
|
299
|
-
msgstr "
|
299
|
+
msgstr ""
|
300
300
|
|
301
301
|
msgid "Enable Ansible Check Mode for this template"
|
302
|
-
msgstr "
|
302
|
+
msgstr ""
|
303
303
|
|
304
304
|
msgid "Enable the callback plugin for this template"
|
305
305
|
msgstr "Activer le plugin de rappel pour ce modèle"
|
@@ -837,7 +837,7 @@ msgid "Update Smart Proxy"
|
|
837
837
|
msgstr "Mise à jour du smart proxy"
|
838
838
|
|
839
839
|
msgid "Update an override value"
|
840
|
-
msgstr "
|
840
|
+
msgstr ""
|
841
841
|
|
842
842
|
msgid "Updates Ansible variable"
|
843
843
|
msgstr "Mises à jour des variables Ansible"
|
Binary file
|
@@ -8,7 +8,7 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
11
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
14
14
|
"Last-Translator: Carmela Rubiños <carmela.rubinos@gmail.com>, 2023\n"
|
@@ -286,6 +286,12 @@ msgstr ""
|
|
286
286
|
msgid "Enable Ansible Callback"
|
287
287
|
msgstr ""
|
288
288
|
|
289
|
+
msgid "Enable Ansible Check Mode"
|
290
|
+
msgstr ""
|
291
|
+
|
292
|
+
msgid "Enable Ansible Check Mode for this template"
|
293
|
+
msgstr ""
|
294
|
+
|
289
295
|
msgid "Enable the callback plugin for this template"
|
290
296
|
msgstr ""
|
291
297
|
|
@@ -819,6 +825,9 @@ msgstr ""
|
|
819
825
|
msgid "Update Smart Proxy"
|
820
826
|
msgstr ""
|
821
827
|
|
828
|
+
msgid "Update an override value"
|
829
|
+
msgstr ""
|
830
|
+
|
822
831
|
msgid "Updates Ansible variable"
|
823
832
|
msgstr ""
|
824
833
|
|
Binary file
|
@@ -11,7 +11,7 @@
|
|
11
11
|
#
|
12
12
|
msgid ""
|
13
13
|
msgstr ""
|
14
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
14
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
15
15
|
"Report-Msgid-Bugs-To: \n"
|
16
16
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
17
17
|
"Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2023\n"
|
@@ -290,6 +290,12 @@ msgstr ""
|
|
290
290
|
msgid "Enable Ansible Callback"
|
291
291
|
msgstr ""
|
292
292
|
|
293
|
+
msgid "Enable Ansible Check Mode"
|
294
|
+
msgstr ""
|
295
|
+
|
296
|
+
msgid "Enable Ansible Check Mode for this template"
|
297
|
+
msgstr ""
|
298
|
+
|
293
299
|
msgid "Enable the callback plugin for this template"
|
294
300
|
msgstr ""
|
295
301
|
|
@@ -823,6 +829,9 @@ msgstr ""
|
|
823
829
|
msgid "Update Smart Proxy"
|
824
830
|
msgstr ""
|
825
831
|
|
832
|
+
msgid "Update an override value"
|
833
|
+
msgstr ""
|
834
|
+
|
826
835
|
msgid "Updates Ansible variable"
|
827
836
|
msgstr ""
|
828
837
|
|
Binary file
|
@@ -206,7 +206,7 @@ msgid "Create Ansible variable"
|
|
206
206
|
msgstr "Ansible 変数を作成します"
|
207
207
|
|
208
208
|
msgid "Create an override value for a specific ansible variable"
|
209
|
-
msgstr "特定の Ansible
|
209
|
+
msgstr "特定の Ansible 変数の上書き値を作成します"
|
210
210
|
|
211
211
|
msgid "DEPRECATED: Import Ansible roles"
|
212
212
|
msgstr "非推奨: Ansible ロールのインポート"
|
@@ -290,10 +290,10 @@ msgid "Enable Ansible Callback"
|
|
290
290
|
msgstr "Ansible コールバックの有効化"
|
291
291
|
|
292
292
|
msgid "Enable Ansible Check Mode"
|
293
|
-
msgstr "
|
293
|
+
msgstr ""
|
294
294
|
|
295
295
|
msgid "Enable Ansible Check Mode for this template"
|
296
|
-
msgstr "
|
296
|
+
msgstr ""
|
297
297
|
|
298
298
|
msgid "Enable the callback plugin for this template"
|
299
299
|
msgstr "このテンプレートの callback プラグインを有効にする"
|
@@ -831,7 +831,7 @@ msgid "Update Smart Proxy"
|
|
831
831
|
msgstr "Smart Proxy の更新"
|
832
832
|
|
833
833
|
msgid "Update an override value"
|
834
|
-
msgstr "
|
834
|
+
msgstr ""
|
835
835
|
|
836
836
|
msgid "Updates Ansible variable"
|
837
837
|
msgstr "Ansible 変数を更新します"
|
Binary file
|
@@ -8,7 +8,7 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
11
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
14
14
|
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2023\n"
|
@@ -286,6 +286,12 @@ msgstr "Ansible-ის როლების ჩასწორება"
|
|
286
286
|
msgid "Enable Ansible Callback"
|
287
287
|
msgstr "Ansible-ის უკუგამოძახების ჩართვა"
|
288
288
|
|
289
|
+
msgid "Enable Ansible Check Mode"
|
290
|
+
msgstr ""
|
291
|
+
|
292
|
+
msgid "Enable Ansible Check Mode for this template"
|
293
|
+
msgstr ""
|
294
|
+
|
289
295
|
msgid "Enable the callback plugin for this template"
|
290
296
|
msgstr "უკუგამოძახების დამატების ჩართვა ამ ნიმუშისთვის"
|
291
297
|
|
@@ -819,6 +825,9 @@ msgstr "როლის ცვლადების გარეშე"
|
|
819
825
|
msgid "Update Smart Proxy"
|
820
826
|
msgstr "ჭკვიანი პროქსის განახლება"
|
821
827
|
|
828
|
+
msgid "Update an override value"
|
829
|
+
msgstr ""
|
830
|
+
|
822
831
|
msgid "Updates Ansible variable"
|
823
832
|
msgstr "Ansible-ის ცვლადის განახლება"
|
824
833
|
|
Binary file
|
@@ -290,10 +290,10 @@ msgid "Enable Ansible Callback"
|
|
290
290
|
msgstr "Ansible 콜백 활성화"
|
291
291
|
|
292
292
|
msgid "Enable Ansible Check Mode"
|
293
|
-
msgstr "
|
293
|
+
msgstr ""
|
294
294
|
|
295
295
|
msgid "Enable Ansible Check Mode for this template"
|
296
|
-
msgstr "
|
296
|
+
msgstr ""
|
297
297
|
|
298
298
|
msgid "Enable the callback plugin for this template"
|
299
299
|
msgstr "이 템플릿에 대한 콜백 플러그인을 활성화합니다"
|
@@ -829,7 +829,7 @@ msgid "Update Smart Proxy"
|
|
829
829
|
msgstr "스마트 프록시 업데이트"
|
830
830
|
|
831
831
|
msgid "Update an override value"
|
832
|
-
msgstr "
|
832
|
+
msgstr ""
|
833
833
|
|
834
834
|
msgid "Updates Ansible variable"
|
835
835
|
msgstr "Ansible 변수 업데이트"
|
Binary file
|
@@ -14,7 +14,7 @@
|
|
14
14
|
#
|
15
15
|
msgid ""
|
16
16
|
msgstr ""
|
17
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
17
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
18
18
|
"Report-Msgid-Bugs-To: \n"
|
19
19
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
20
20
|
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
|
@@ -294,6 +294,12 @@ msgstr ""
|
|
294
294
|
msgid "Enable Ansible Callback"
|
295
295
|
msgstr ""
|
296
296
|
|
297
|
+
msgid "Enable Ansible Check Mode"
|
298
|
+
msgstr ""
|
299
|
+
|
300
|
+
msgid "Enable Ansible Check Mode for this template"
|
301
|
+
msgstr ""
|
302
|
+
|
297
303
|
msgid "Enable the callback plugin for this template"
|
298
304
|
msgstr ""
|
299
305
|
|
@@ -827,6 +833,9 @@ msgstr ""
|
|
827
833
|
msgid "Update Smart Proxy"
|
828
834
|
msgstr ""
|
829
835
|
|
836
|
+
msgid "Update an override value"
|
837
|
+
msgstr ""
|
838
|
+
|
830
839
|
msgid "Updates Ansible variable"
|
831
840
|
msgstr ""
|
832
841
|
|
Binary file
|
@@ -9,7 +9,7 @@
|
|
9
9
|
#
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
12
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
14
14
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
15
15
|
"Last-Translator: Michał Foryt <michal.foryt@gmail.com>, 2023\n"
|
@@ -289,6 +289,12 @@ msgstr ""
|
|
289
289
|
msgid "Enable Ansible Callback"
|
290
290
|
msgstr ""
|
291
291
|
|
292
|
+
msgid "Enable Ansible Check Mode"
|
293
|
+
msgstr ""
|
294
|
+
|
295
|
+
msgid "Enable Ansible Check Mode for this template"
|
296
|
+
msgstr ""
|
297
|
+
|
292
298
|
msgid "Enable the callback plugin for this template"
|
293
299
|
msgstr ""
|
294
300
|
|
@@ -822,6 +828,9 @@ msgstr ""
|
|
822
828
|
msgid "Update Smart Proxy"
|
823
829
|
msgstr ""
|
824
830
|
|
831
|
+
msgid "Update an override value"
|
832
|
+
msgstr ""
|
833
|
+
|
825
834
|
msgid "Updates Ansible variable"
|
826
835
|
msgstr ""
|
827
836
|
|
Binary file
|
@@ -14,7 +14,7 @@
|
|
14
14
|
#
|
15
15
|
msgid ""
|
16
16
|
msgstr ""
|
17
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
17
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
18
18
|
"Report-Msgid-Bugs-To: \n"
|
19
19
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
20
20
|
"Last-Translator: Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 20"
|
@@ -295,6 +295,12 @@ msgstr "Editar Funções possíveis"
|
|
295
295
|
msgid "Enable Ansible Callback"
|
296
296
|
msgstr ""
|
297
297
|
|
298
|
+
msgid "Enable Ansible Check Mode"
|
299
|
+
msgstr ""
|
300
|
+
|
301
|
+
msgid "Enable Ansible Check Mode for this template"
|
302
|
+
msgstr ""
|
303
|
+
|
298
304
|
msgid "Enable the callback plugin for this template"
|
299
305
|
msgstr ""
|
300
306
|
|
@@ -830,6 +836,9 @@ msgstr "Atualização de variáveis de função"
|
|
830
836
|
msgid "Update Smart Proxy"
|
831
837
|
msgstr ""
|
832
838
|
|
839
|
+
msgid "Update an override value"
|
840
|
+
msgstr ""
|
841
|
+
|
833
842
|
msgid "Updates Ansible variable"
|
834
843
|
msgstr "Atualiza a variável do Ansible"
|
835
844
|
|
Binary file
|
@@ -15,7 +15,7 @@
|
|
15
15
|
#
|
16
16
|
msgid ""
|
17
17
|
msgstr ""
|
18
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
18
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
19
19
|
"Report-Msgid-Bugs-To: \n"
|
20
20
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
21
21
|
"Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2023\n"
|
@@ -295,6 +295,12 @@ msgstr ""
|
|
295
295
|
msgid "Enable Ansible Callback"
|
296
296
|
msgstr ""
|
297
297
|
|
298
|
+
msgid "Enable Ansible Check Mode"
|
299
|
+
msgstr ""
|
300
|
+
|
301
|
+
msgid "Enable Ansible Check Mode for this template"
|
302
|
+
msgstr ""
|
303
|
+
|
298
304
|
msgid "Enable the callback plugin for this template"
|
299
305
|
msgstr ""
|
300
306
|
|
@@ -828,6 +834,9 @@ msgstr ""
|
|
828
834
|
msgid "Update Smart Proxy"
|
829
835
|
msgstr ""
|
830
836
|
|
837
|
+
msgid "Update an override value"
|
838
|
+
msgstr ""
|
839
|
+
|
831
840
|
msgid "Updates Ansible variable"
|
832
841
|
msgstr ""
|
833
842
|
|
Binary file
|
@@ -10,7 +10,7 @@
|
|
10
10
|
#
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
13
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
15
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
16
16
|
"Last-Translator: johnny.westerlund <johnny.westerlund@gmail.com>, 2023\n"
|
@@ -289,6 +289,12 @@ msgstr ""
|
|
289
289
|
msgid "Enable Ansible Callback"
|
290
290
|
msgstr ""
|
291
291
|
|
292
|
+
msgid "Enable Ansible Check Mode"
|
293
|
+
msgstr ""
|
294
|
+
|
295
|
+
msgid "Enable Ansible Check Mode for this template"
|
296
|
+
msgstr ""
|
297
|
+
|
292
298
|
msgid "Enable the callback plugin for this template"
|
293
299
|
msgstr ""
|
294
300
|
|
@@ -822,6 +828,9 @@ msgstr ""
|
|
822
828
|
msgid "Update Smart Proxy"
|
823
829
|
msgstr ""
|
824
830
|
|
831
|
+
msgid "Update an override value"
|
832
|
+
msgstr ""
|
833
|
+
|
825
834
|
msgid "Updates Ansible variable"
|
826
835
|
msgstr ""
|
827
836
|
|
Binary file
|
@@ -8,7 +8,7 @@
|
|
8
8
|
# tim123, 2022
|
9
9
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2022
|
10
10
|
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
11
|
-
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>,
|
11
|
+
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
|
12
12
|
#
|
13
13
|
msgid ""
|
14
14
|
msgstr ""
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16
16
|
"Report-Msgid-Bugs-To: \n"
|
17
17
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
18
18
|
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
|
19
|
-
"n.nl>,
|
19
|
+
"n.nl>, 2024\n"
|
20
20
|
"Language-Team: Chinese (China) (https://app.transifex.com/foreman/teams/114/zh"
|
21
21
|
"_CN/)\n"
|
22
22
|
"MIME-Version: 1.0\n"
|
@@ -293,10 +293,10 @@ msgid "Enable Ansible Callback"
|
|
293
293
|
msgstr "启用 Ansible 回调"
|
294
294
|
|
295
295
|
msgid "Enable Ansible Check Mode"
|
296
|
-
msgstr "
|
296
|
+
msgstr ""
|
297
297
|
|
298
298
|
msgid "Enable Ansible Check Mode for this template"
|
299
|
-
msgstr "
|
299
|
+
msgstr ""
|
300
300
|
|
301
301
|
msgid "Enable the callback plugin for this template"
|
302
302
|
msgstr "为此模板启用回调插件"
|
@@ -834,7 +834,7 @@ msgid "Update Smart Proxy"
|
|
834
834
|
msgstr "更新智能代理"
|
835
835
|
|
836
836
|
msgid "Update an override value"
|
837
|
-
msgstr "
|
837
|
+
msgstr ""
|
838
838
|
|
839
839
|
msgid "Updates Ansible variable"
|
840
840
|
msgstr "更新 Ansible 变量"
|
Binary file
|
@@ -9,7 +9,7 @@
|
|
9
9
|
#
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
|
-
"Project-Id-Version: foreman_ansible 15.0.
|
12
|
+
"Project-Id-Version: foreman_ansible 15.0.5\n"
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
14
14
|
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
15
15
|
"Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2023\n"
|
@@ -288,6 +288,12 @@ msgstr ""
|
|
288
288
|
msgid "Enable Ansible Callback"
|
289
289
|
msgstr ""
|
290
290
|
|
291
|
+
msgid "Enable Ansible Check Mode"
|
292
|
+
msgstr ""
|
293
|
+
|
294
|
+
msgid "Enable Ansible Check Mode for this template"
|
295
|
+
msgstr ""
|
296
|
+
|
291
297
|
msgid "Enable the callback plugin for this template"
|
292
298
|
msgstr ""
|
293
299
|
|
@@ -821,6 +827,9 @@ msgstr ""
|
|
821
827
|
msgid "Update Smart Proxy"
|
822
828
|
msgstr ""
|
823
829
|
|
830
|
+
msgid "Update an override value"
|
831
|
+
msgstr ""
|
832
|
+
|
824
833
|
msgid "Updates Ansible variable"
|
825
834
|
msgstr ""
|
826
835
|
|
@@ -5,14 +5,7 @@ import { useMutation } from '@apollo/client';
|
|
5
5
|
|
6
6
|
import { sprintf, translate as __ } from 'foremanReact/common/I18n';
|
7
7
|
import { openConfirmModal } from 'foremanReact/components/ConfirmModal';
|
8
|
-
import {
|
9
|
-
TableComposable,
|
10
|
-
Thead,
|
11
|
-
Tbody,
|
12
|
-
Tr,
|
13
|
-
Th,
|
14
|
-
Td,
|
15
|
-
} from '@patternfly/react-table';
|
8
|
+
import { Table, Thead, Tbody, Tr, Th, Td } from '@patternfly/react-table';
|
16
9
|
import { Flex, FlexItem } from '@patternfly/react-core';
|
17
10
|
|
18
11
|
import Pagination from 'foremanReact/components/Pagination';
|
@@ -77,7 +70,7 @@ const AnsibleVariableOverridesTable = ({
|
|
77
70
|
innerDispatch({ idx, payload: { open: flag } });
|
78
71
|
};
|
79
72
|
|
80
|
-
const onValueChange = (idx, variable) => value => {
|
73
|
+
const onValueChange = (idx, variable) => (e, value) => {
|
81
74
|
const payload = {
|
82
75
|
value,
|
83
76
|
validation: validateValue(variable, value),
|
@@ -156,7 +149,7 @@ const AnsibleVariableOverridesTable = ({
|
|
156
149
|
/>
|
157
150
|
</FlexItem>
|
158
151
|
<FlexItem>
|
159
|
-
<
|
152
|
+
<Table ouiaId="table-composable-compact" variant="compact">
|
160
153
|
<Thead>
|
161
154
|
<Tr ouiaId="row-header">
|
162
155
|
{columns.map(col => (
|
@@ -203,7 +196,7 @@ const AnsibleVariableOverridesTable = ({
|
|
203
196
|
</Tr>
|
204
197
|
))}
|
205
198
|
</Tbody>
|
206
|
-
</
|
199
|
+
</Table>
|
207
200
|
</FlexItem>
|
208
201
|
<FlexItem align={{ default: 'alignRight' }}>
|
209
202
|
<Pagination
|