Sha256: 5d37f5fc9be42170665960d298dfe49f48ae19457e7a3e153cbfb5d2d3180f35

Contents?: true

Size: 1.18 KB

Versions: 30

Compression:

Stored size: 1.18 KB

Contents

<section class="nutupane-sub-section">
  <div bst-table="tasksTable">
    <table ng-class="{'table-mask': tasksTable.working}" class="table table-full table-striped">
      <thead>
      <tr bst-table-head>
        <th bst-table-column="Status" style="width: 20%" translate>Status</th>
        <th bst-table-column="Event" translate>Event</th>
        <th bst-table-column="Date" style="width: 10em" translate>Date</th>
      </tr>
      </thead>

      <tbody>
        <tr bst-table-row ng-repeat="task in tasksTable.rows">
          <td bst-table-cell>
            <div ng-class="{ active: (task.state === 'pending' || task.state === 'running') }" class="progress progress-striped">
              <span progressbar value="task.progressbar.value" type="{{task.progressbar.type}}"></span>
            </div>
          </td>
          <td bst-table-cell>
            <a class="active" ng-click="tasksTable.gotoDetails(task.id)">
              {{ task.humanized.action }}
              {{ task.humanized.input | taskInputShort | taskInputCompile }}
            </a>
          </td>
          <td bst-table-cell>{{ task.started_at | date:"short" }}</td>
        </tr>
      </tbody>
    </table>
  </div>
</section>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
katello-3.2.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-3.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-3.2.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-3.2.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-3.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-3.2.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-3.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-3.1.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-3.1.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-2.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-3.1.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-2.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-3.0.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-2.4.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-3.0.0.rc7 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-3.0.0.rc5 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
katello-2.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html