Sha256: 933f99f7a0402bdb7726f82f8b01462695b180c10ba01ddb65f0f04bf4c82e97

Contents?: true

Size: 1.82 KB

Versions: 27

Compression:

Stored size: 1.82 KB

Contents

<span page-title ng-model="host">{{ 'Packages for: ' | translate }} {{ host.display_name }}</span>

<section ng-hide="denied('edit_hosts', host)" bst-feature-flag="remote_actions">
  <p bst-alert="info" ng-hide="remoteExecutionPresent">
    <span translate>
      The remote execution feature is required to manage packages on this Host.
    </span>
  </p>
</section>

<h3 translate>Installed Deb Packages</h3>

<div data-extend-template="layouts/partials/table.html">
  <span data-block="no-rows-message" translate>
    The host has not reported any installed packages, registering with subscription-manager should cause these to be reported.
  </span>

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

  <div data-block="list-actions" bst-feature-flag="remote_actions">
    <button class="btn btn-default" type="button"
            ng-hide="denied('edit_hosts', host)"
            ng-disabled="working || table.numSelected === 0 || !remoteExecutionPresent"
            ng-click="removeSelectedDebs()">
      <span translate>Remove Selected</span>
    </button>
  </div>

  <div data-block="table">
    <table bst-table="table" ng-class="{'table-mask': table.working}"
           class="table table-striped table-bordered">
      <thead>
      <tr bst-table-head row-select>
        <th bst-table-column="name" translate>Installed Package</th>
        <th bst-table-column="name" translate>Version</th>
        <th bst-table-column="name" translate>Architecture</th>
      </tr>
      </thead>

      <tbody>
        <tr bst-table-row ng-repeat="deb in table.rows" row-select="deb">
          <td bst-table-cell>{{ deb.name }}</td>
          <td bst-table-cell>{{ deb.version }}</td>
          <td bst-table-cell>{{ deb.architecture }}</td>
        </tr>
      </tbody>
    </table>
  </div>
</div>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
katello-4.16.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.15.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.16.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.16.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.14.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.14.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.15.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.15.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.15.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.14.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.14.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.14.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.14.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.14.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.14.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.13.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.13.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.12.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.13.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
katello-4.12.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html