Sha256: 8551413c7cedaf8b94e5171d8d85f0c91ce9fa307f2db386c469886ae76d6dc6

Contents?: true

Size: 853 Bytes

Versions: 177

Compression:

Stored size: 853 Bytes

Contents

<%= javascript 'katello/sync_management' %>

<%= javascript do %>
  localize({
    "cancel": "<%= escape_javascript(_('Cancel')) %>",
    "cancelled": "<%= escape_javascript(_('Sync Canceled')) %>",
    "error": "<%= escape_javascript(_('Error')) %>",
    "complete": "<%= escape_javascript(_('Sync complete.')) %>",
    "no_start_time": "<%= escape_javascript(_('No start time currently available.')) %>"
  });

    KT.repo_status = $.parseJSON('<%= escape_javascript(@repo_status.to_json.html_safe) %>');
    KT.permissions = { "syncable" : <%= any_syncable? %> };
<% end %>

<% if Organization.current -%>
    <%= hidden_field_tag :organization_id, Organization.current.id%>
<% end %>

<div class="grid_4">
  <h2>
    <%= _("Sync Status") %>
  </h2>
</div>

<%= render 'controls' %>

<div id="main" class="grid_16">
  <%= render 'products' %>
</div>

Version data entries

177 entries across 177 versions & 1 rubygems

Version Path
katello-4.11.1 app/views/katello/sync_management/index.html.erb
katello-4.11.0 app/views/katello/sync_management/index.html.erb
katello-4.11.0.rc2 app/views/katello/sync_management/index.html.erb
katello-4.11.0.rc1 app/views/katello/sync_management/index.html.erb
katello-4.10.0 app/views/katello/sync_management/index.html.erb
katello-4.9.2 app/views/katello/sync_management/index.html.erb
katello-4.10.0.rc2 app/views/katello/sync_management/index.html.erb
katello-4.10.0.rc1 app/views/katello/sync_management/index.html.erb
katello-4.8.4 app/views/katello/sync_management/index.html.erb
katello-4.9.1 app/views/katello/sync_management/index.html.erb
katello-4.8.3 app/views/katello/sync_management/index.html.erb
katello-4.9.0 app/views/katello/sync_management/index.html.erb
katello-4.7.6 app/views/katello/sync_management/index.html.erb
katello-4.8.2 app/views/katello/sync_management/index.html.erb
katello-4.9.0.rc2 app/views/katello/sync_management/index.html.erb
katello-4.9.0.rc1 app/views/katello/sync_management/index.html.erb
katello-4.8.1 app/views/katello/sync_management/index.html.erb
katello-4.7.5 app/views/katello/sync_management/index.html.erb
katello-4.8.0 app/views/katello/sync_management/index.html.erb
katello-4.8.0.rc2 app/views/katello/sync_management/index.html.erb