Sha256: ed5b9956e359845ce920e354e7f6a229a2d8b44dfc1782368f75990fe5bf9a3e

Contents?: true

Size: 1.14 KB

Versions: 28

Compression:

Stored size: 1.14 KB

Contents

<section class="nutupane-sub-section">
  <div ng-if="!host.hasSubscription()">
    <div data-extend-template="common/views/registration.html"></div>
  </div>

  <div bst-container-scroll ng-if="host.hasSubscription()">
    <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

28 entries across 28 versions & 1 rubygems

Version Path
katello-3.3.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.3.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.3.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.3.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.3.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.3.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.2.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.2.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.2.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.2.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.1.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.1.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.1.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html