Sha256: c0720aa32106307c890bac068535a6eaad1cf6280a60980f5c6af700676fc371

Contents?: true

Size: 1.36 KB

Versions: 27

Compression:

Stored size: 1.36 KB

Contents

<div title="Command: {{result['command']}}">
  <tr class="small">
    <th>{{Mutx::Support::TimeHelper.formatted_time_for(result["started_at"])}}</th>
    % execution_name = !result["execution_name"].empty? ? result["execution_name"].gsub("-_-"," ") : '<small>Not defined</small>'
    <th>{{execution_name}}</th>
    <th>{{Mutx::View.formatted_for(result["elapsed_time"])}}</th>
    <th style="text-align: center;" >
      % if result["saw"]
        <a href="#">
          <span class="glyphicon glyphicon-eye-open"></span>
        </a>
      % else
        <span class="glyphicon glyphicon-eye-close"></span>
      % end
    </th>
    <th style="text-align: center;" >
      % if result["notified"].eql? "yes"
        <span class="glyphicon glyphicon-envelope"></span>
      % else
        <span class="glyphicon glyphicon-remove"></span>
      % end
    </th>
    <th style="text-align: center;" >
      % if result["file_attached"].eql? "yes"
        <span class="glyphicon glyphicon-paperclip"></span>
      % else
        <span class="glyphicon glyphicon-remove"></span>
      % end
    </th>    
    <th>
      <a href='/results/{{result["_id"]}}/log', 'toolbar=no, scrollbars=yes, resizable=yes, top=300, left=300, width=800, height=600';" class="label label-default">
        Console Log
      </a>
    </th>
    <th>
      {{Mutx::View.label_color_for(result)}}
    </th>
  </tr>
</div>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
mutx-0.1.69 lib/mutx/view/results/result.mote
mutx-0.1.68 lib/mutx/view/results/result.mote
mutx-0.1.67 lib/mutx/view/results/result.mote
mutx-0.1.66 lib/mutx/view/results/result.mote
mutx-0.1.65 lib/mutx/view/results/result.mote
mutx-0.1.64 lib/mutx/view/results/result.mote
mutx-0.1.63 lib/mutx/view/results/result.mote
mutx-0.1.62 lib/mutx/view/results/result.mote
mutx-0.1.61 lib/mutx/view/results/result.mote
mutx-0.1.60 lib/mutx/view/results/result.mote
mutx-0.1.59 lib/mutx/view/results/result.mote
mutx-0.1.58 lib/mutx/view/results/result.mote
mutx-0.1.57 lib/mutx/view/results/result.mote
mutx-0.1.56 lib/mutx/view/results/result.mote
mutx-0.1.55 lib/mutx/view/results/result.mote
mutx-0.1.54 lib/mutx/view/results/result.mote
mutx-0.1.53 lib/mutx/view/results/result.mote
mutx-0.1.52 lib/mutx/view/results/result.mote
mutx-0.1.51 lib/mutx/view/results/result.mote
mutx-0.1.50 lib/mutx/view/results/result.mote