Sha256: eeaa161a1b74ae35c2c6b26e3ae29c54f2679c8a25450d63a01228a89afc714a
Contents?: true
Size: 1.9 KB
Versions: 4
Compression:
Stored size: 1.9 KB
Contents
<span page-title ng-model="activationKey">{{ 'Content Hosts for Activation Key:' | translate }} {{ activationKey.name }}</span> <div data-extend-template="layouts/details-nutupane.html"> <div data-block="messages"></div> <div data-block="actions"></div> <div data-block="selection-summary"></div> <span data-block="no-rows-message" translate> This activation key is not associated with any content hosts. </span> <div data-block="table"> <table class="table table-bordered table-striped" bst-table="table" ng-class="{'table-mask': detailsTable.working}"> <thead> <tr bst-table-head> <th bst-table-column="name" sortable><span translate>Name</span></th> <th bst-table-column="status" translate> Subscription Status </th> <th bst-table-column="environment" sortable><span translate>Environment</span></th> <th bst-table-column="contentView"><span translate>Content View</span></th> <th bst-table-column="serviceLevel"><span translate>Service Level</span></th> <th bst-table-column="releaseVersion"><span translate>Release Version</span></th> </tr> </thead> <tbody> <tr bst-table-row ng-repeat="host in detailsTable.rows" ng-controller="ContentHostStatusController"> <td bst-table-cell> <a ui-sref="content-hosts.details.info({hostId: host.host_id})"> {{ host.name }} </a> </td> <td bst-table-cell> <span ng-class="getHostStatusIcon(host.subscription_global_status)"> </span> </td> <td bst-table-cell>{{ host.environment.name }}</td> <td bst-table-cell>{{ host.content_view.name || "" }}</td> <td bst-table-cell>{{ host.service_level }}</td> <td bst-table-cell>{{ host.release_ver }}</td> </tr> </tbody> </table> </div> </div>
Version data entries
4 entries across 4 versions & 1 rubygems