Sha256: a509b9b29be78b1ed564586c8cf6cefbd31e88aa25e22eb5e6b19d05426377d0

Contents?: true

Size: 1.12 KB

Versions: 40

Compression:

Stored size: 1.12 KB

Contents

<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

40 entries across 40 versions & 1 rubygems

Version Path
katello-3.10.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.10.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.10.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.10.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.10.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.9.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.10.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.9.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.8.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.9.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.9.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.7.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.7.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.8.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.8.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.8.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.7.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.8.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.7.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.7.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html