Sha256: 4e39c5e7c40bbc8e11331ee7d01b81a65dd98949c37f6225461f4505d553d840

Contents?: true

Size: 1020 Bytes

Versions: 9

Compression:

Stored size: 1020 Bytes

Contents

<section class="nutupane-sub-section">
  <div bst-container-scroll>
    <div infinite-scroll="eventTable.nextPage()" infinite-scroll-container="'.nutupane-sub-section .container-scroll-wrapper'">
      <table bst-table="eventTable" class="table table-striped">
        <thead>
          <tr bst-table-head>
            <th bst-table-column="Type" class='type' translate>Type</th>
            <th bst-table-column="Target" translate>Target</th>
            <th bst-table-column="Message" class='type' translate>Message</th>
            <th bst-table-column="Date" translate>Date</th>
          </tr>
        </thead>

        <tbody>
          <tr bst-table-row ng-repeat="event in eventTable.rows">
            <td bst-table-cell>{{ event.type }}</td>
            <td bst-table-cell>{{ event.target }}</td>
            <td bst-table-cell>{{ event.messageText }}</td>
            <td bst-table-cell>{{ event.timestamp | date:"short" }}</td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
</section>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
katello-2.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-2.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-2.4.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-2.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-2.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-2.4.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-2.4.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-2.4.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-2.4.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html