Sha256: 1fbe2049a99ec84a207be747b7f40b7c988c06bde0e33f658ac8994877492eaa
Contents?: true
Size: 885 Bytes
Versions: 25
Compression:
Stored size: 885 Bytes
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"] No % else <span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span> % end </th> <th> <a onclick="window.open('/results/{{result["_id"]}}/log', '_blank', '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
25 entries across 25 versions & 1 rubygems