foreman_remote_execution 8.3.1 → 9.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/ruby_ci.yml +3 -1
- data/app/controllers/api/v2/job_invocations_controller.rb +0 -1
- data/app/controllers/job_invocations_controller.rb +1 -20
- data/app/controllers/ui_job_wizard_controller.rb +1 -3
- data/app/helpers/remote_execution_helper.rb +1 -1
- data/app/lib/actions/remote_execution/run_host_job.rb +1 -1
- data/app/views/api/v2/job_invocations/base.json.rabl +1 -1
- data/app/views/job_invocations/_form.html.erb +1 -1
- data/app/views/job_invocations/show.html.erb +1 -1
- data/app/views/job_invocations/welcome.html.erb +1 -1
- data/config/routes.rb +0 -1
- data/db/migrate/20210816100932_rex_setting_category_to_dsl.rb +1 -1
- data/extra/cockpit/foreman-cockpit-session +12 -29
- data/lib/foreman_remote_execution/engine.rb +2 -2
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/action_names.rb +2 -2
- data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/de/foreman_remote_execution.po +154 -266
- data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en/foreman_remote_execution.po +24 -132
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +41 -149
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +210 -320
- data/locale/foreman_remote_execution.pot +211 -394
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +241 -353
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +261 -368
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +53 -161
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +225 -335
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +53 -161
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +359 -465
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +54 -162
- data/webpack/JobWizard/JobWizard.js +10 -52
- data/webpack/JobWizard/JobWizard.scss +1 -5
- data/webpack/JobWizard/JobWizardConstants.js +1 -1
- data/webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap +0 -8
- data/webpack/JobWizard/__tests__/fixtures.js +0 -5
- data/webpack/JobWizard/__tests__/integration.test.js +0 -15
- data/webpack/JobWizard/__tests__/validation.test.js +0 -27
- data/webpack/JobWizard/autofill.js +2 -6
- data/webpack/JobWizard/steps/AdvancedFields/__tests__/AdvancedFields.test.js +0 -19
- data/webpack/JobWizard/steps/AdvancedFields/__tests__/__snapshots__/AdvancedFields.test.js.snap +1 -9
- data/webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js +0 -3
- data/webpack/JobWizard/steps/HostsAndInputs/HostSearch.js +4 -28
- data/webpack/JobWizard/steps/HostsAndInputs/__tests__/HostsAndInputs.test.js +2 -32
- data/webpack/JobWizard/steps/HostsAndInputs/buildHostQuery.js +10 -16
- data/webpack/JobWizard/steps/HostsAndInputs/index.js +3 -55
- data/webpack/JobWizard/steps/Schedule/QueryType.js +1 -1
- data/webpack/JobWizard/steps/Schedule/RepeatHour.js +1 -0
- data/webpack/JobWizard/steps/Schedule/__tests__/Schedule.test.js +5 -25
- data/webpack/JobWizard/steps/form/DateTimePicker.js +1 -0
- data/webpack/JobWizard/steps/form/Formatter.js +8 -30
- data/webpack/JobWizard/steps/form/GroupedSelectField.js +1 -0
- data/webpack/JobWizard/steps/form/SelectField.js +1 -0
- data/webpack/JobWizard/submit.js +2 -13
- data/webpack/react_app/components/RecentJobsCard/RecentJobsCard.js +4 -4
- data/webpack/react_app/components/RecentJobsCard/RecentJobsTable.js +2 -2
- data/webpack/react_app/components/RecentJobsCard/constants.js +2 -2
- metadata +5 -5
| Binary file | 
| @@ -5,7 +5,7 @@ | |
| 5 5 | 
             
            #
         | 
| 6 6 | 
             
            msgid ""
         | 
| 7 7 | 
             
            msgstr ""
         | 
| 8 | 
            -
            "Project-Id-Version: foreman_remote_execution  | 
| 8 | 
            +
            "Project-Id-Version: foreman_remote_execution 1.5.3\n"
         | 
| 9 9 | 
             
            "Report-Msgid-Bugs-To: \n"
         | 
| 10 10 | 
             
            "PO-Revision-Date: 2016-02-03 04:48-0500\n"
         | 
| 11 11 | 
             
            "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
         | 
| @@ -29,12 +29,6 @@ msgstr "" | |
| 29 29 | 
             
            msgid "%{description} on %{host}"
         | 
| 30 30 | 
             
            msgstr ""
         | 
| 31 31 |  | 
| 32 | 
            -
            msgid "'Starts before' date must be after 'Starts at' date"
         | 
| 33 | 
            -
            msgstr ""
         | 
| 34 | 
            -
             | 
| 35 | 
            -
            msgid "'Starts before' date must in the future"
         | 
| 36 | 
            -
            msgstr ""
         | 
| 37 | 
            -
             | 
| 38 32 | 
             
            msgid ", and %s more"
         | 
| 39 33 | 
             
            msgstr ""
         | 
| 40 34 |  | 
| @@ -70,9 +64,6 @@ msgstr "" | |
| 70 64 | 
             
            msgid "A special label for tracking a recurring job. There can be only one active job with a given purpose at a time."
         | 
| 71 65 | 
             
            msgstr ""
         | 
| 72 66 |  | 
| 73 | 
            -
            msgid "A user to be used for SSH."
         | 
| 74 | 
            -
            msgstr ""
         | 
| 75 | 
            -
             | 
| 76 67 | 
             
            msgid "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts."
         | 
| 77 68 | 
             
            msgstr ""
         | 
| 78 69 |  | 
| @@ -85,18 +76,12 @@ msgstr "" | |
| 85 76 | 
             
            msgid "Actions"
         | 
| 86 77 | 
             
            msgstr ""
         | 
| 87 78 |  | 
| 88 | 
            -
            msgid "Active Filters:"
         | 
| 89 | 
            -
            msgstr ""
         | 
| 90 | 
            -
             | 
| 91 79 | 
             
            msgid "Add Foreign Input Set"
         | 
| 92 80 | 
             
            msgstr ""
         | 
| 93 81 |  | 
| 94 82 | 
             
            msgid "Advanced fields"
         | 
| 95 83 | 
             
            msgstr ""
         | 
| 96 84 |  | 
| 97 | 
            -
            msgid "After"
         | 
| 98 | 
            -
            msgstr ""
         | 
| 99 | 
            -
             | 
| 100 85 | 
             
            msgid "All fields are required."
         | 
| 101 86 | 
             
            msgstr ""
         | 
| 102 87 |  | 
| @@ -169,9 +154,6 @@ msgstr "" | |
| 169 154 | 
             
            msgid "Clear filters"
         | 
| 170 155 | 
             
            msgstr ""
         | 
| 171 156 |  | 
| 172 | 
            -
            msgid "Clear input"
         | 
| 173 | 
            -
            msgstr ""
         | 
| 174 | 
            -
             | 
| 175 157 | 
             
            msgid "Clone a provision template"
         | 
| 176 158 | 
             
            msgstr ""
         | 
| 177 159 |  | 
| @@ -211,9 +193,6 @@ msgstr "" | |
| 211 193 | 
             
            msgid "Could not use any template used in the job invocation"
         | 
| 212 194 | 
             
            msgstr ""
         | 
| 213 195 |  | 
| 214 | 
            -
            msgid "Create"
         | 
| 215 | 
            -
            msgstr ""
         | 
| 216 | 
            -
             | 
| 217 196 | 
             
            msgid "Create Report"
         | 
| 218 197 | 
             
            msgstr ""
         | 
| 219 198 |  | 
| @@ -241,15 +220,9 @@ msgstr "" | |
| 241 220 | 
             
            msgid "Cronline"
         | 
| 242 221 | 
             
            msgstr ""
         | 
| 243 222 |  | 
| 244 | 
            -
            msgid "Current location %s is different from job's location %s. This job may run on different hosts than before."
         | 
| 245 | 
            -
            msgstr ""
         | 
| 246 | 
            -
             | 
| 247 223 | 
             
            msgid "Current location %{loc_c} is different from job's location %{loc_j}."
         | 
| 248 224 | 
             
            msgstr ""
         | 
| 249 225 |  | 
| 250 | 
            -
            msgid "Current organization %s is different from job's organization %s. This job may run on different hosts than before."
         | 
| 251 | 
            -
            msgstr ""
         | 
| 252 | 
            -
             | 
| 253 226 | 
             
            msgid "Current organization %{org_c} is different from job's organization %{org_j}."
         | 
| 254 227 | 
             
            msgstr ""
         | 
| 255 228 |  | 
| @@ -313,6 +286,9 @@ msgstr "" | |
| 313 286 | 
             
            msgid "Duplicated inputs detected: %{duplicated_inputs}"
         | 
| 314 287 | 
             
            msgstr ""
         | 
| 315 288 |  | 
| 289 | 
            +
            msgid "Dynamic"
         | 
| 290 | 
            +
            msgstr ""
         | 
| 291 | 
            +
             | 
| 316 292 | 
             
            msgid "Dynamic Query"
         | 
| 317 293 | 
             
            msgstr ""
         | 
| 318 294 |  | 
| @@ -331,9 +307,6 @@ msgstr "" | |
| 331 307 | 
             
            msgid "Edit job description template"
         | 
| 332 308 | 
             
            msgstr ""
         | 
| 333 309 |  | 
| 334 | 
            -
            msgid "Effective User"
         | 
| 335 | 
            -
            msgstr ""
         | 
| 336 | 
            -
             | 
| 337 310 | 
             
            msgid "Effective User Method"
         | 
| 338 311 | 
             
            msgstr ""
         | 
| 339 312 |  | 
| @@ -355,6 +328,9 @@ msgstr "" | |
| 355 328 | 
             
            msgid "Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution."
         | 
| 356 329 | 
             
            msgstr ""
         | 
| 357 330 |  | 
| 331 | 
            +
            msgid "Efffective User"
         | 
| 332 | 
            +
            msgstr ""
         | 
| 333 | 
            +
             | 
| 358 334 | 
             
            msgid "Enable Global Proxy"
         | 
| 359 335 | 
             
            msgstr ""
         | 
| 360 336 |  | 
| @@ -376,13 +352,7 @@ msgstr "" | |
| 376 352 | 
             
            msgid "Evaluated at:"
         | 
| 377 353 | 
             
            msgstr ""
         | 
| 378 354 |  | 
| 379 | 
            -
            msgid "Execute  | 
| 380 | 
            -
            msgstr ""
         | 
| 381 | 
            -
             | 
| 382 | 
            -
            msgid "Execute the job now."
         | 
| 383 | 
            -
            msgstr ""
         | 
| 384 | 
            -
             | 
| 385 | 
            -
            msgid "Execute the job on a repeating schedule."
         | 
| 355 | 
            +
            msgid "Execute now"
         | 
| 386 356 | 
             
            msgstr ""
         | 
| 387 357 |  | 
| 388 358 | 
             
            msgid "Execute the jobs on hosts in randomized order"
         | 
| @@ -433,9 +403,6 @@ msgstr "" | |
| 433 403 | 
             
            msgid "Finished"
         | 
| 434 404 | 
             
            msgstr ""
         | 
| 435 405 |  | 
| 436 | 
            -
            msgid "For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step."
         | 
| 437 | 
            -
            msgstr ""
         | 
| 438 | 
            -
             | 
| 439 406 | 
             
            msgid "For example: 1, 2, 3, 4, 5..."
         | 
| 440 407 | 
             
            msgstr ""
         | 
| 441 408 |  | 
| @@ -448,9 +415,6 @@ msgstr "" | |
| 448 415 | 
             
            msgid "Form Job Template"
         | 
| 449 416 | 
             
            msgstr ""
         | 
| 450 417 |  | 
| 451 | 
            -
            msgid "Future execution"
         | 
| 452 | 
            -
            msgstr ""
         | 
| 453 | 
            -
             | 
| 454 418 | 
             
            msgid "Get output for a host"
         | 
| 455 419 | 
             
            msgstr ""
         | 
| 456 420 |  | 
| @@ -502,9 +466,6 @@ msgstr "" | |
| 502 466 | 
             
            msgid "Identifier of the Host interface for Remote execution"
         | 
| 503 467 | 
             
            msgstr ""
         | 
| 504 468 |  | 
| 505 | 
            -
            msgid "Immediate execution"
         | 
| 506 | 
            -
            msgstr ""
         | 
| 507 | 
            -
             | 
| 508 469 | 
             
            msgid "Import"
         | 
| 509 470 | 
             
            msgstr ""
         | 
| 510 471 |  | 
| @@ -523,9 +484,6 @@ msgstr "" | |
| 523 484 | 
             
            msgid "Indicates that the action should be cancelled if it cannot be started before this time."
         | 
| 524 485 | 
             
            msgstr ""
         | 
| 525 486 |  | 
| 526 | 
            -
            msgid "Inherit from host parameter"
         | 
| 527 | 
            -
            msgstr ""
         | 
| 528 | 
            -
             | 
| 529 487 | 
             
            msgid "Input"
         | 
| 530 488 | 
             
            msgstr ""
         | 
| 531 489 |  | 
| @@ -541,9 +499,6 @@ msgstr "" | |
| 541 499 | 
             
            msgid "Internal proxy selector can only be used if Katello is enabled"
         | 
| 542 500 | 
             
            msgstr ""
         | 
| 543 501 |  | 
| 544 | 
            -
            msgid "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled."
         | 
| 545 | 
            -
            msgstr ""
         | 
| 546 | 
            -
             | 
| 547 502 | 
             
            msgid "Invalid date"
         | 
| 548 503 | 
             
            msgstr ""
         | 
| 549 504 |  | 
| @@ -607,6 +562,9 @@ msgstr "" | |
| 607 562 | 
             
            msgid "Job templates"
         | 
| 608 563 | 
             
            msgstr ""
         | 
| 609 564 |  | 
| 565 | 
            +
            msgid "Job wizard"
         | 
| 566 | 
            +
            msgstr ""
         | 
| 567 | 
            +
             | 
| 610 568 | 
             
            msgid "JobTemplate|Locked"
         | 
| 611 569 | 
             
            msgstr ""
         | 
| 612 570 |  | 
| @@ -673,9 +631,6 @@ msgstr "" | |
| 673 631 | 
             
            msgid "Manual selection"
         | 
| 674 632 | 
             
            msgstr ""
         | 
| 675 633 |  | 
| 676 | 
            -
            msgid "Minute can only be a number between 0-59"
         | 
| 677 | 
            -
            msgstr ""
         | 
| 678 | 
            -
             | 
| 679 634 | 
             
            msgid "Monthly"
         | 
| 680 635 | 
             
            msgstr ""
         | 
| 681 636 |  | 
| @@ -688,15 +643,12 @@ msgstr "" | |
| 688 643 | 
             
            msgid "Name"
         | 
| 689 644 | 
             
            msgstr ""
         | 
| 690 645 |  | 
| 691 | 
            -
            msgid "Never"
         | 
| 646 | 
            +
            msgid "Never ends"
         | 
| 692 647 | 
             
            msgstr ""
         | 
| 693 648 |  | 
| 694 649 | 
             
            msgid "New Job Template"
         | 
| 695 650 | 
             
            msgstr ""
         | 
| 696 651 |  | 
| 697 | 
            -
            msgid "No (override)"
         | 
| 698 | 
            -
            msgstr ""
         | 
| 699 | 
            -
             | 
| 700 652 | 
             
            msgid "No Target Hosts"
         | 
| 701 653 | 
             
            msgstr ""
         | 
| 702 654 |  | 
| @@ -718,18 +670,9 @@ msgstr "" | |
| 718 670 | 
             
            msgid "Not all required inputs have values. Missing inputs: %s"
         | 
| 719 671 | 
             
            msgstr ""
         | 
| 720 672 |  | 
| 721 | 
            -
            msgid "Now"
         | 
| 722 | 
            -
            msgstr ""
         | 
| 723 | 
            -
             | 
| 724 | 
            -
            msgid "On"
         | 
| 725 | 
            -
            msgstr ""
         | 
| 726 | 
            -
             | 
| 727 673 | 
             
            msgid "Only one of feature or job_template_id can be specified"
         | 
| 728 674 | 
             
            msgstr ""
         | 
| 729 675 |  | 
| 730 | 
            -
            msgid "Opening job invocation form"
         | 
| 731 | 
            -
            msgstr ""
         | 
| 732 | 
            -
             | 
| 733 676 | 
             
            msgid "Organization"
         | 
| 734 677 | 
             
            msgstr ""
         | 
| 735 678 |  | 
| @@ -814,9 +757,6 @@ msgstr "" | |
| 814 757 | 
             
            msgid "REX job has succeeded - %s"
         | 
| 815 758 | 
             
            msgstr ""
         | 
| 816 759 |  | 
| 817 | 
            -
            msgid "REX pull mode"
         | 
| 818 | 
            -
            msgstr ""
         | 
| 819 | 
            -
             | 
| 820 760 | 
             
            msgid "Randomized"
         | 
| 821 761 | 
             
            msgstr ""
         | 
| 822 762 |  | 
| @@ -826,9 +766,6 @@ msgstr "" | |
| 826 766 | 
             
            msgid "Recurrence"
         | 
| 827 767 | 
             
            msgstr ""
         | 
| 828 768 |  | 
| 829 | 
            -
            msgid "Recurring execution"
         | 
| 830 | 
            -
            msgstr ""
         | 
| 831 | 
            -
             | 
| 832 769 | 
             
            msgid "Recurring logic"
         | 
| 833 770 | 
             
            msgstr ""
         | 
| 834 771 |  | 
| @@ -859,13 +796,16 @@ msgstr "" | |
| 859 796 | 
             
            msgid "Remote execution job"
         | 
| 860 797 | 
             
            msgstr ""
         | 
| 861 798 |  | 
| 862 | 
            -
            msgid "Repeat  | 
| 799 | 
            +
            msgid "Repeat N times"
         | 
| 863 800 | 
             
            msgstr ""
         | 
| 864 801 |  | 
| 865 | 
            -
            msgid "Repeat  | 
| 802 | 
            +
            msgid "Repeat On"
         | 
| 866 803 | 
             
            msgstr ""
         | 
| 867 804 |  | 
| 868 | 
            -
            msgid " | 
| 805 | 
            +
            msgid "Repeat a maximum of N times"
         | 
| 806 | 
            +
            msgstr ""
         | 
| 807 | 
            +
             | 
| 808 | 
            +
            msgid "Repeat amount can only be a positive number"
         | 
| 869 809 | 
             
            msgstr ""
         | 
| 870 810 |  | 
| 871 811 | 
             
            msgid "Rerun"
         | 
| @@ -886,9 +826,6 @@ msgstr "" | |
| 886 826 | 
             
            msgid "Rerun the job"
         | 
| 887 827 | 
             
            msgstr ""
         | 
| 888 828 |  | 
| 889 | 
            -
            msgid "Reset to default"
         | 
| 890 | 
            -
            msgstr ""
         | 
| 891 | 
            -
             | 
| 892 829 | 
             
            msgid "Resolves to"
         | 
| 893 830 | 
             
            msgstr ""
         | 
| 894 831 |  | 
| @@ -928,9 +865,6 @@ msgstr "" | |
| 928 865 | 
             
            msgid "SSH provider specific options"
         | 
| 929 866 | 
             
            msgstr ""
         | 
| 930 867 |  | 
| 931 | 
            -
            msgid "SSH user"
         | 
| 932 | 
            -
            msgstr ""
         | 
| 933 | 
            -
             | 
| 934 868 | 
             
            msgid "Schedule"
         | 
| 935 869 | 
             
            msgstr ""
         | 
| 936 870 |  | 
| @@ -940,6 +874,9 @@ msgstr "" | |
| 940 874 | 
             
            msgid "Schedule a job"
         | 
| 941 875 | 
             
            msgstr ""
         | 
| 942 876 |  | 
| 877 | 
            +
            msgid "Schedule for future execution"
         | 
| 878 | 
            +
            msgstr ""
         | 
| 879 | 
            +
             | 
| 943 880 | 
             
            msgid "Schedule the job for a future time"
         | 
| 944 881 | 
             
            msgstr ""
         | 
| 945 882 |  | 
| @@ -997,30 +934,18 @@ msgstr "" | |
| 997 934 | 
             
            msgid "Select as many remote execution proxies as applicable for this subnet.  When multiple proxies with the same provider are added, actions will be load balanced among them."
         | 
| 998 935 | 
             
            msgstr ""
         | 
| 999 936 |  | 
| 1000 | 
            -
            msgid "Select the type of execution"
         | 
| 1001 | 
            -
            msgstr ""
         | 
| 1002 | 
            -
             | 
| 1003 | 
            -
            msgid "Set 'host_registration_remote_execution_pull' parameter for the host. If it is set to true, pull provider client will be deployed on the host"
         | 
| 1004 | 
            -
            msgstr ""
         | 
| 1005 | 
            -
             | 
| 1006 937 | 
             
            msgid "Set SSH key passphrase"
         | 
| 1007 938 | 
             
            msgstr ""
         | 
| 1008 939 |  | 
| 1009 940 | 
             
            msgid "Set SSH password"
         | 
| 1010 941 | 
             
            msgstr ""
         | 
| 1011 942 |  | 
| 1012 | 
            -
            msgid "Set SSH user"
         | 
| 1013 | 
            -
            msgstr ""
         | 
| 1014 | 
            -
             | 
| 1015 943 | 
             
            msgid "Set password for effective user (using sudo-like mechanisms)"
         | 
| 1016 944 | 
             
            msgstr ""
         | 
| 1017 945 |  | 
| 1018 946 | 
             
            msgid "Set to distribute over"
         | 
| 1019 947 | 
             
            msgstr ""
         | 
| 1020 948 |  | 
| 1021 | 
            -
            msgid "Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level."
         | 
| 1022 | 
            -
            msgstr ""
         | 
| 1023 | 
            -
             | 
| 1024 949 | 
             
            msgid "Should the ip addresses on host interfaces be preferred over the fqdn? It is useful when DNS not resolving the fqdns properly. You may override this per host by setting a parameter called remote_execution_connect_by_ip. For dual-stacked hosts you should consider the remote_execution_connect_by_ip_prefer_ipv6 setting"
         | 
| 1025 950 | 
             
            msgstr ""
         | 
| 1026 951 |  | 
| @@ -1054,9 +979,6 @@ msgstr "" | |
| 1054 979 | 
             
            msgid "Started"
         | 
| 1055 980 | 
             
            msgstr ""
         | 
| 1056 981 |  | 
| 1057 | 
            -
            msgid "Starts"
         | 
| 1058 | 
            -
            msgstr ""
         | 
| 1059 | 
            -
             | 
| 1060 982 | 
             
            msgid "Starts at"
         | 
| 1061 983 | 
             
            msgstr ""
         | 
| 1062 984 |  | 
| @@ -1066,6 +988,9 @@ msgstr "" | |
| 1066 988 | 
             
            msgid "State"
         | 
| 1067 989 | 
             
            msgstr ""
         | 
| 1068 990 |  | 
| 991 | 
            +
            msgid "Static"
         | 
| 992 | 
            +
            msgstr ""
         | 
| 993 | 
            +
             | 
| 1069 994 | 
             
            msgid "Static Query"
         | 
| 1070 995 | 
             
            msgstr ""
         | 
| 1071 996 |  | 
| @@ -1185,15 +1110,9 @@ msgstr "" | |
| 1185 1110 | 
             
            msgid "Time in seconds from the start on the remote host after which the job should be killed."
         | 
| 1186 1111 | 
             
            msgstr ""
         | 
| 1187 1112 |  | 
| 1188 | 
            -
            msgid "Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day."
         | 
| 1189 | 
            -
            msgstr ""
         | 
| 1190 | 
            -
             | 
| 1191 1113 | 
             
            msgid "Time span"
         | 
| 1192 1114 | 
             
            msgstr ""
         | 
| 1193 1115 |  | 
| 1194 | 
            -
            msgid "Time to pickup"
         | 
| 1195 | 
            -
            msgstr ""
         | 
| 1196 | 
            -
             | 
| 1197 1116 | 
             
            msgid "Timeout to kill"
         | 
| 1198 1117 | 
             
            msgstr ""
         | 
| 1199 1118 |  | 
| @@ -1242,9 +1161,6 @@ msgstr "" | |
| 1242 1161 | 
             
            msgid "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planed in future, targeted hosts set may change before it</li></ul>"
         | 
| 1243 1162 | 
             
            msgstr ""
         | 
| 1244 1163 |  | 
| 1245 | 
            -
            msgid "Type of execution"
         | 
| 1246 | 
            -
            msgstr ""
         | 
| 1247 | 
            -
             | 
| 1248 1164 | 
             
            msgid "Type of query"
         | 
| 1249 1165 | 
             
            msgstr ""
         | 
| 1250 1166 |  | 
| @@ -1281,15 +1197,6 @@ msgstr "" | |
| 1281 1197 | 
             
            msgid "Use default description template"
         | 
| 1282 1198 | 
             
            msgstr ""
         | 
| 1283 1199 |  | 
| 1284 | 
            -
            msgid "Use legacy form"
         | 
| 1285 | 
            -
            msgstr ""
         | 
| 1286 | 
            -
             | 
| 1287 | 
            -
            msgid "Use new job wizard"
         | 
| 1288 | 
            -
            msgstr ""
         | 
| 1289 | 
            -
             | 
| 1290 | 
            -
            msgid "Use old form"
         | 
| 1291 | 
            -
            msgstr ""
         | 
| 1292 | 
            -
             | 
| 1293 1200 | 
             
            msgid "User Inputs"
         | 
| 1294 1201 | 
             
            msgstr ""
         | 
| 1295 1202 |  | 
| @@ -1365,9 +1272,6 @@ msgstr "" | |
| 1365 1272 | 
             
            msgid "Workers pool size"
         | 
| 1366 1273 | 
             
            msgstr ""
         | 
| 1367 1274 |  | 
| 1368 | 
            -
            msgid "Yes (override)"
         | 
| 1369 | 
            -
            msgstr ""
         | 
| 1370 | 
            -
             | 
| 1371 1275 | 
             
            msgid "You are not allowed to see the currently assigned template. Saving the form now would unassign the template."
         | 
| 1372 1276 | 
             
            msgstr ""
         | 
| 1373 1277 |  | 
| @@ -1434,12 +1338,6 @@ msgstr "" | |
| 1434 1338 | 
             
            msgid "is month (range: 1-12)"
         | 
| 1435 1339 | 
             
            msgstr ""
         | 
| 1436 1340 |  | 
| 1437 | 
            -
            msgid "no"
         | 
| 1438 | 
            -
            msgstr ""
         | 
| 1439 | 
            -
             | 
| 1440 | 
            -
            msgid "occurences"
         | 
| 1441 | 
            -
            msgstr ""
         | 
| 1442 | 
            -
             | 
| 1443 1341 | 
             
            msgid "open-help-tooltip-button"
         | 
| 1444 1342 | 
             
            msgstr ""
         | 
| 1445 1343 |  | 
| @@ -1449,9 +1347,6 @@ msgstr "" | |
| 1449 1347 | 
             
            msgid "queued to start executing in %{time}"
         | 
| 1450 1348 | 
             
            msgstr ""
         | 
| 1451 1349 |  | 
| 1452 | 
            -
            msgid "range: 0-59"
         | 
| 1453 | 
            -
            msgstr ""
         | 
| 1454 | 
            -
             | 
| 1455 1350 | 
             
            msgid "remove template input set"
         | 
| 1456 1351 | 
             
            msgstr ""
         | 
| 1457 1352 |  | 
| @@ -1478,6 +1373,3 @@ msgstr "" | |
| 1478 1373 |  | 
| 1479 1374 | 
             
            msgid "using Smart Proxy"
         | 
| 1480 1375 | 
             
            msgstr ""
         | 
| 1481 | 
            -
             | 
| 1482 | 
            -
            msgid "yes"
         | 
| 1483 | 
            -
            msgstr ""
         | 
| Binary file |