Sha256: 2320b74b322e2038951db60725ca8c33785850109f4c94ec91deec8e7c90a552

Contents?: true

Size: 742 Bytes

Versions: 53

Compression:

Stored size: 742 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 %>

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

<%= render 'controls' %>

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

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
katello-3.5.2 app/views/katello/sync_management/index.html.erb
katello-3.5.1.1 app/views/katello/sync_management/index.html.erb
katello-3.5.1 app/views/katello/sync_management/index.html.erb
katello-3.5.0.1 app/views/katello/sync_management/index.html.erb
katello-3.5.0 app/views/katello/sync_management/index.html.erb
katello-3.5.0.rc2 app/views/katello/sync_management/index.html.erb
katello-3.5.0.rc1 app/views/katello/sync_management/index.html.erb
katello-3.4.5 app/views/katello/sync_management/index.html.erb
katello-3.4.4 app/views/katello/sync_management/index.html.erb
katello-3.4.2 app/views/katello/sync_management/index.html.erb
katello-3.4.1 app/views/katello/sync_management/index.html.erb
katello-3.4.0.2 app/views/katello/sync_management/index.html.erb
katello-3.4.0.1 app/views/katello/sync_management/index.html.erb
katello-3.3.2 app/views/katello/sync_management/index.html.erb
katello-3.4.0 app/views/katello/sync_management/index.html.erb
katello-3.4.0.rc2 app/views/katello/sync_management/index.html.erb
katello-3.4.0.rc1 app/views/katello/sync_management/index.html.erb
katello-3.3.1.1 app/views/katello/sync_management/index.html.erb
katello-3.3.1 app/views/katello/sync_management/index.html.erb
katello-3.3.0.1 app/views/katello/sync_management/index.html.erb