Sha256: 60aa046ef417e7a6816884e5d7cd3f242a5b703050b33f87a15a32e72df48250
Contents?: true
Size: 1.81 KB
Versions: 8
Compression:
Stored size: 1.81 KB
Contents
<span page-title ng-model="host">{{ 'Packages for: ' | translate }} {{ host.name }}</span> <section ng-hide="denied('edit_hosts', host)" bst-feature-flag="remote_actions"> <p bst-alert="info" ng-hide="host.content_facet_attributes.katello_agent_installed"> <span translate> The katello-agent package is required to manage packages on this Host. Please install the katello-agent package to manage packages on {{ host.name }}. To install the package, connect directly to the host from a terminal and use yum. </span> </p> </section> <h4 translate>Installed Packages</h4> <div data-extend-template="layouts/details-nutupane.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="actions" bst-feature-flag="remote_actions"> <div ng-hide="denied('edit_hosts', host)" class="nutupane-actions fr"> <button class="btn btn-primary" translate ng-disabled="working || detailsTable.numSelected === 0" ng-click="removeSelectedPackages()"> {{ 'Remove Selected' | translate }} </button> </div> </div> <div data-block="table"> <table ng-class="{'table-mask': detailsTable.working}" class="table table-full table-striped"> <thead> <tr bst-table-head row-select> <th bst-table-column="name" translate>Installed Package</th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="package in detailsTable.rows" row-select="package"> <td bst-table-cell>{{ package.nvra }}</td> </tr> </tbody> </table> </div> </div>
Version data entries
8 entries across 8 versions & 1 rubygems