Sha256: 987675df3bffe1a10556bc67dcc4a5f20cd96134c365d1599d40eff89447f4ca

Contents?: true

Size: 1.12 KB

Versions: 19

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><short-date-time date="event.timestamp" /></td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
</section>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
katello-3.13.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.13.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.13.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.13.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.13.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.13.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.13.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.12.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.12.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.13.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.12.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.11.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.12.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.12.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.12.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.11.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.11.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.11.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
katello-3.11.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html