Sha256: 6f6a3c903f7d6aaa57450c8d394b4365983197d6cd828c0e35359b85935024d6
Contents?: true
Size: 591 Bytes
Versions: 7
Compression:
Stored size: 591 Bytes
Contents
<% if @host.compute_resource && @host.compute_resource.capabilities.include?(:snapshots) && authorized_for(:auth_object => @host, :permission => :view_snapshots) %> <% content_for(:javascripts) do %> <%= webpacked_plugins_js_for :foreman_snapshot_management %> <% end %> <% content_for(:stylesheets) do %> <%= webpacked_plugins_css_for :foreman_snapshot_management %> <% end %> <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
7 entries across 7 versions & 1 rubygems