Sha256: 1ae9524db2f34960f5996b17c390282846fa01421142c8c0bb7bd587e402b752
Contents?: true
Size: 988 Bytes
Versions: 13
Compression:
Stored size: 988 Bytes
Contents
<%= javascript 'foreman_openscap/period_selector' %> <div class="tab-pane <%= show_partial_wizard(step) %>" id="scap_schedule"> <%= wizard_header @policy.step_index, *@policy.steps %> <%= select_f(f, :period, %w[Weekly Monthly Custom], :downcase, :to_s, { :include_blank => _('Choose period') }, { :onchange => 'period_selected(this)', :required => true }) %> <%= select_f(f, :weekday, days_of_week_hash, :first, :last, { :include_blank => _('Choose weekday') }, { :required => true }) %> <%= select_f(f, :day_of_month, (1..31).to_a, :to_i, :to_s, { :include_blank => _('Choose day in month') }, { :help_inline => _('Number of a day in month, note that not all months have same count of days'), :required => true }) %> <%= text_f(f, :cron_line, :help_inline => _('You can specify custom cron line, e.g. "0 3 * * *", separate each of 5 values by space'), :required => true) %> </div>
Version data entries
13 entries across 13 versions & 1 rubygems