Sha256: 007b67da2e0871fad74daaa249bc2d108a5a41e36968deb729e96d06773913ef

Contents?: true

Size: 714 Bytes

Versions: 17

Compression:

Stored size: 714 Bytes

Contents

%h1 Instance States

%div#state_graph
  = image_tag url_for( '/api/instance_states?format=png' )

%table.states
  %thead
    %tr
      %th Origin
      %th Action
      %th Destination
  %tbody
    - @machine.states.each do |state|
      %tr
        %td.origin{:rowspan => "#{state.transitions.empty? ? 2 : (state.transitions.size + 1)}"}
          = state
      - if state.transitions.empty?
        %tr
          %td --
          %td --
      - else
        - state.transitions.each do |transition|
          %tr
            %td
              - if transition.automatically?
                %em auto
              - else
                = transition.action
            %td
              = transition.destination

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
deltacloud-core-0.3.0 views/instance_states/show.html.haml
steamcannon-deltacloud-core-0.1.2.1 views/instance_states/show.html.haml
steamcannon-deltacloud-core-0.1.1.3 views/instance_states/show.html.haml
deltacloud-core-0.1.2 views/instance_states/show.html.haml
steamcannon-deltacloud-core-0.1.1.2 views/instance_states/show.html.haml
steamcannon-deltacloud-core-0.1.1.1 views/instance_states/show.html.haml
deltacloud-core-0.1.1 views/instance_states/show.html.haml
deltacloud-core-0.1.0 views/instance_states/show.html.haml
deltacloud-core-0.0.9 views/instance_states/show.html.haml
steamcannon-deltacloud-core-0.0.8.1-java views/instance_states/show.html.haml
steamcannon-deltacloud-core-0.0.8.1 views/instance_states/show.html.haml
deltacloud-core-0.0.8 views/instance_states/show.html.haml
steamcannon-deltacloud-core-0.0.7.2 views/instance_states/show.html.haml
steamcannon-deltacloud-core-0.0.7.2-java views/instance_states/show.html.haml
steamcannon-deltacloud-core-0.0.7.1 views/instance_states/show.html.haml
steamcannon-deltacloud-core-0.0.7.1-java views/instance_states/show.html.haml
deltacloud-core-0.0.7 views/instance_states/show.html.haml