Sha256: 6aab0babc91bdfa427350dc7f94c3957b09a8669c879870bfb4c17d89ac74fc7

Contents?: true

Size: 1.53 KB

Versions: 8

Compression:

Stored size: 1.53 KB

Contents

.index-item
  .row
    .col-md-1
      %span.label.type-tag{ 'ng-bind' => 'runningResultsIdxCtrl.getType(result)',
                            'ng-class' => "{'repl-tag-color': runningResultsIdxCtrl.isRepl(result)}"}
    .col-md-2
      %a{ 'ng-href' => '/queries/{{result.item.query_id}}/query_versions/{{result.item.query_version_id}}',
          'ng-if' => '!runningResultsIdxCtrl.isRepl(result)' }
        .ellipsis{ 'ng-bind' => 'result.item.query_title' }
      %span{ 'ng-if' => 'runningResultsIdxCtrl.isRepl(result)' } -
    .col-md-4
      .row
        .col-md-11.query-body-preview{ 'uib-popover' => '{{result.item.query_body}}',
                                       'popover-trigger' => 'mouseenter',
                                       'popover-popup-delay' => 1600,
                                       'popover-placement' => 'right' }
          %span{ 'ng-bind' => 'result.item.query_body'}
        .col-md-1
          %a.clipboard{ 'href' => '',
                        'text' =>  'result.item.query_body',
                        'supported' => 'supported',
                        'clipboard' => '',
                        'uib-tooltip' => 'Copy SQL to clipboard',
                        'tooltip-popup-delay' => 1200,
                        'tooltip-placement' => 'right' }
            %span.glyphicon.glyphicon-copy
    .col-md-1
      %span{ 'ng-bind' => 'result.item.author' }
    .col-md-2
      %span{ 'ng-bind' => 'result.item.started_at' }
    .col-md-2
      %span{ 'ng-bind' => 'result.item.duration_seconds | runtimeDuration' }

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
aleph_analytics-0.4.9.pre.dev app/views/running_results/_index_item.html.haml
aleph_analytics-0.4.8 app/views/running_results/_index_item.html.haml
aleph_analytics-0.4.7 app/views/running_results/_index_item.html.haml
aleph_analytics-0.4.4 app/views/running_results/_index_item.html.haml
aleph_analytics-0.4.2 app/views/running_results/_index_item.html.haml
aleph_analytics-0.4.1 app/views/running_results/_index_item.html.haml
aleph_analytics-0.3.0 app/views/running_results/_index_item.html.haml
aleph_analytics-0.2.0 app/views/running_results/_index_item.html.haml