Sha256: 3802d9229a942a63bfe5e3fa176d82ca10daf88ef81590897b69c5982807d6b2

Contents?: true

Size: 1.04 KB

Versions: 209

Compression:

Stored size: 1.04 KB

Contents

<span page-title>{{ 'Files' | translate }}</span>

<div data-extend-template="layouts/table-with-header.html">
  <div data-block="header" translate>
    Files
  </div>

  <span data-block="no-rows-message" translate>
    You currently don't have any Files.
  </span>

  <span data-block="no-search-results-message" translate>
    Your search returned zero Files.
  </span>

  <div data-block="table">
    <table class="table table-striped table-bordered" ng-class="{'table-mask': table.working}">
      <thead>
        <tr bst-table-head>
          <th bst-table-column="name"><span translate>Name</span></th>
          <th bst-table-column="path"><span translate>Path</span></th>
        </tr>
      </thead>

      <tbody>
        <tr bst-table-row ng-repeat="file in table.rows">
          <td bst-table-cell>
            <a ui-sref="file.info({fileId: file.id})">
              {{ file.name }}
            </a>
          </td>
          <td bst-table-cell>
            {{ file.path }}
          </td>
        </tr>
      </tbody>
    </table>
  </div>
</div>

Version data entries

209 entries across 209 versions & 1 rubygems

Version Path
katello-4.7.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.6.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.6.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.7.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.6.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.7.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.7.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.4.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.4.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.5.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.6.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.6.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.6.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.5.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.5.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.5.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.4.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html
katello-4.4.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/files/views/files.html