Sha256: 22fed0719ad628dbe90a2e6ddd50683b5f8e003577d5e376a65328983b877654

Contents?: true

Size: 372 Bytes

Versions: 8

Compression:

Stored size: 372 Bytes

Contents

<% if @host.compute_resource && @host.compute_resource.capabilities.include?(:snapshots) && authorized_for(:auth_object => @host, :permission => :view_snapshots) %>
<div id='snapshots' class='tab-pane'
  data-ajax-url='<%= host_snapshots_path(host_id: @host)%>'
  data-on-complete='onContentLoad'>
  <%= spinner(_('Loading Snapshots information ...')) %>
</div>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
foreman_snapshot_management-1.7.1 app/views/hosts/_snapshots_tab.html.erb
foreman_snapshot_management-1.7.0 app/views/hosts/_snapshots_tab.html.erb
foreman_snapshot_management-1.6.1 app/views/hosts/_snapshots_tab.html.erb
foreman_snapshot_management-1.6.0 app/views/foreman_snapshot_management/hosts/_snapshots_tab_content.html.erb
foreman_snapshot_management-1.5.1 app/views/foreman_snapshot_management/hosts/_snapshots_tab_content.html.erb
foreman_snapshot_management-1.5.0 app/views/foreman_snapshot_management/hosts/_snapshots_tab_content.html.erb
foreman_snapshot_management-1.4.0 app/views/foreman_snapshot_management/hosts/_snapshots_tab_content.html.erb
foreman_snapshot_management-1.3.0 app/views/foreman_snapshot_management/hosts/_snapshots_tab_content.html.erb