Sha256: f93523927bb31fc6a4307c3c72a2c4c0672e9b598084df5f8170841f5caa50ba

Contents?: true

Size: 1.79 KB

Versions: 20

Compression:

Stored size: 1.79 KB

Contents

<div data-extend-template="layouts/partials/table.html">
  <table data-block="table" class="table table-striped table-bordered">
    <thead>
      <tr bst-table-head>
        <th bst-table-column="errata_id" 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">{{ "Applicable Content Hosts" | translate }}</th>
        <th bst-table-column="updated" sortable>{{ "Updated" | translate }}</th>
      </tr>
    </thead>

    <tbody>
      <tr bst-table-row ng-repeat="errata in table.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' || errata.type == 'recommended'">
              <i class="fa fa-bug inline-icon" title="{{ 'Bug Fix' | translate }}"></i>
            </span>

            <span ng-show="errata.type == 'enhancement' || errata.type == 'optional'">
              <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

20 entries across 20 versions & 1 rubygems

Version Path
katello-3.10.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.10.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.10.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.10.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.10.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.9.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.10.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.9.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.8.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.9.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.9.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.7.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.7.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.8.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.8.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.8.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.7.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.8.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.7.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
katello-3.7.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html