Sha256: 4e4395661510d0412b5214cb8674b6370892ac660c45b94b87826cf75bbc09b9

Contents?: true

Size: 653 Bytes

Versions: 80

Compression:

Stored size: 653 Bytes

Contents

<table>
  <thead>
    <tr>
      <th><%= _("Sync plan") %></th>
      <th><%= _("Interval") %></th>
      <th><%= _("Start Date") %></th>
      <th><%= _("Time") %></th>
      <th><%= _("Organization") %></th>
    </tr>
  </thead>

  <tbody>
    <% @sync_plans.each do |sync_plan| %>
      <tr class="<%= cycle("", "alt", :name => 'syncplan') %>" title="<%= sync_plan.description %>">
        <td><%= sync_plan.name %></td>
        <td><%= sync_plan.interval %></td>
        <td><%= sync_plan.plan_date %></td>
        <td><%= sync_plan.plan_time %></td>
        <td><%= sync_plan.organization.name %></td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
katello-3.10.2 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.10.1.1 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.10.1 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.11.0 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.11.0.rc2 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.11.0.rc1 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.10.0 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.10.0.rc1.1 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.9.1 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.10.0.rc1 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.9.0 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.8.1 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.9.0.rc2 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.9.0.rc1 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.7.1.1 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.7.1 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.8.0 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.8.0.rc3 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.8.0.rc2 app/views/katello/sync_management/_sync_plans.html.erb
katello-3.7.0 app/views/katello/sync_management/_sync_plans.html.erb