Sha256: b57199b5f7dc097487b5ad22d86c9956a848db7f7c44839657779412922e5c80

Contents?: true

Size: 1.73 KB

Versions: 22

Compression:

Stored size: 1.73 KB

Contents

<div data-extend-template="layouts/details-nutupane.html">

  <div data-block="header"></div>
  <div data-block="selection-summary"></div>

  <table data-block="table" class="table table-striped table-bordered">
  <thead>
    <tr bst-table-head>
      <th bst-table-column="errataId" sortable>{{ "Errata ID" | translate }}</th>
      <th bst-table-column="title">{{ "Title" | translate }}</th>
      <th bst-table-column="type">{{ "Type" | translate }}</th>
      <th bst-table-column="numberOfContentHosts">{{ "Affected Content Hosts" | translate }}</th>
      <th bst-table-column="updated">{{ "Updated" | translate }}</th>
    </tr>
  </thead>

  <tbody>
    <tr bst-table-row ng-repeat="errata in detailsTable.rows">
      <td bst-table-cell>
          {{ errata.errata_id }}
        <i class="fa fa-chevron-right selected-icon" ng-show="errata.selected"></i>
      </td>
      <td bst-table-cell>
        <a>
          {{ errata.title }}
        </a>
      </td>
      <td bst-table-cell>
          <span ng-show="errata.type == 'security'">
            <i class="fa fa-warning inline-icon" title="{{ 'Security' | translate }}"></i>
          </span>

          <span ng-show="errata.type == 'bugfix'">
            <i class="fa fa-bug inline-icon" title="{{ 'Bug Fix' | translate }}"></i>
          </span>

          <span ng-show="errata.type == 'enhancement'">
            <i class="fa fa-plus-square inline-icon" title="{{ 'Enhancement' | translate }}"></i>
          </span>

        {{ errata.type }}
        <span ng-show="errata.severity">- {{ errata.severity }}</span>
      </td>
      <td bst-table-cell>{{ errata.hosts_available_count || 0 }}</td>
      <td bst-table-cell>{{ errata.updated | date:'shortDate'}}</td>
    </tr>
  </tbody>
</table>

</div>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
katello-3.3.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.3.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.2.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.2.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.2.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.2.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.1.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.1.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.1.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.0.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.0.0.rc7 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.0.0.rc5 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.0.0.rc4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.0.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html