Sha256: 4b361c557be877477aae55af5af919e8192fae4163be559532769952e72035ef

Contents?: true

Size: 960 Bytes

Versions: 5

Compression:

Stored size: 960 Bytes

Contents

<%= javascript 'spice' %>
<% title "#{@console[:name]}" %>
<%= title_actions(
        button_group(link_to("Ctrl-Alt-Del", "#", :id => "sendCtrlAltDelButton", :onclick => 'sendCtrlAltDel()', :class => "btn"),
                     if supports_spice_xpi?
                       link_to("New window", "#", :id => "disconnect", :class => "btn", :onclick => 'connectXPI()', :title => "Open Spice in a new window")
                     end,
                     if @host
                       link_to_if_authorized(_("Back to host"), hash_for_host_path(:id => @host), :title => _("Back to host"), :class => 'btn')
                     end
        )) %>

<%= content_tag(:div, :id =>'spice-area', :data => spice_data_attributes(@console)) do %>
  <div class="console-status">
    <div id="spice-status" class="span7 label"><%= _("Connecting (unencrypted) to: %s") % @console[:name] %></div>
  </div>
  <div id="spice-screen" class="console-screen"> </div>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/hosts/console/spice.html.erb
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/hosts/console/spice.html.erb
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/hosts/console/spice.html.erb
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/hosts/console/spice.html.erb
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/hosts/console/spice.html.erb