Sha256: e51ac3e6bbb235d26311f6aa236ecb12a54cb180fc4246ef4d748f58adc227ed

Contents?: true

Size: 316 Bytes

Versions: 8

Compression:

Stored size: 316 Bytes

Contents

<span page-title ng-model="package">{{ 'Package: ' | translate }} {{ package.nvrea }}</span>

<header data-block="sub-header">
  <h3 translate>Files in package {{ package.nvrea }}</h3>
</header>

<ul class="list-unstyled">
  <li ng-repeat="item in package.files | orderBy:'toString()'">
    {{ item }}
  </li>
</ul>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
katello-3.3.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-files.html
katello-3.3.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-files.html
katello-3.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-files.html
katello-3.3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-files.html
katello-3.3.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-files.html
katello-3.3.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-files.html
katello-3.3.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-files.html
katello-3.3.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-files.html