Sha256: 86c01fd3c2542b144e0d8c915ecbd9f4587f39d1b1ee927ee0663826dbe00364
Contents?: true
Size: 647 Bytes
Versions: 48
Compression:
Stored size: 647 Bytes
Contents
<span page-title>{{ 'Applicable Content Hosts for Errata' | translate }}</span> <a ui-sref="content-hosts.bulk-actions.errata.list"> <i class="fa fa-double-angle-left"></i> {{ "Back To Errata List" | translate }} </a> <h3 translate>Applicable hosts for {{ erratum.errata_id }} </h3> <div class="details details-full"> <section> <table class="table"> <thead> <tr> <th translate> Name </th> </tr> </thead> <tbody> <tr ng-repeat="host in erratum.applicable_hosts"> <td>{{ host.name }}</td> </tr> </tbody> </table> </section> </div>
Version data entries
48 entries across 48 versions & 1 rubygems