Sha256: acf973b6703b670a914d47d4cd4bc1e4d40557f2c8c3ad1cf0c8bdb0b27924ea

Contents?: true

Size: 666 Bytes

Versions: 10

Compression:

Stored size: 666 Bytes

Contents

<div>
  <h3><%= _('Reclaim Space') %></h3>
  <% unless Setting[:hide_reclaim_space_warning] %>
    <p translate>
      <strong>Warning</strong>: reclaiming space will delete all cached content units in "On Demand" repositories on this Smart Proxy.<br>
      Take precaution when cleaning custom repositories whose upstream parents don't keep old package versions.
      Storage used by deleted repositories will be reclaimed during the next orphan cleanup run.
    </p>
  <% end %>
  <div class="button">
    <button class="btn btn-default" type="button" id="reclaimSpaceButton" ng-click="reclaimSpace()" translate>
      Reclaim Space
    </button>
  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
katello-4.14.2 app/views/foreman/smart_proxies/_reclaim_space.html.erb
katello-4.15.0 app/views/foreman/smart_proxies/_reclaim_space.html.erb
katello-4.15.0.rc2 app/views/foreman/smart_proxies/_reclaim_space.html.erb
katello-4.15.0.rc1 app/views/foreman/smart_proxies/_reclaim_space.html.erb
katello-4.14.1 app/views/foreman/smart_proxies/_reclaim_space.html.erb
katello-4.14.0 app/views/foreman/smart_proxies/_reclaim_space.html.erb
katello-4.14.0.rc3 app/views/foreman/smart_proxies/_reclaim_space.html.erb
katello-4.14.0.rc2 app/views/foreman/smart_proxies/_reclaim_space.html.erb
katello-4.14.0.rc1.1 app/views/foreman/smart_proxies/_reclaim_space.html.erb
katello-4.14.0.rc1 app/views/foreman/smart_proxies/_reclaim_space.html.erb