Sha256: 0217ac3ec7b555146c259bd04da622ff976fe89ffca24a85b72c504cf1a4d626

Contents?: true

Size: 392 Bytes

Versions: 2

Compression:

Stored size: 392 Bytes

Contents

<% if @host.compute_resource && @host.compute_resource.capabilities.include?(:snapshots) && authorized_for(:controller => 'foreman_snapshot_management/snapshots', :action => :index) %>
<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

2 entries across 2 versions & 1 rubygems

Version Path
foreman_snapshot_management-1.2.0 app/views/foreman_snapshot_management/hosts/_snapshots_tab_content.html.erb
foreman_snapshot_management-1.1.0 app/views/foreman_snapshot_management/hosts/_snapshots_tab_content.html.erb