Sha256: d5a6445e8cc70d79ca19e281843e86709f279f3ff2864f6d1f0a3d784642b1f8
Contents?: true
Size: 964 Bytes
Versions: 99
Compression:
Stored size: 964 Bytes
Contents
<span page-title ng-model="host">{{ 'Subscriptions for Content Host:' | translate }} {{ host.name }}</span> <div data-extend-template="layouts/partials/table.html"> <div data-block="list-actions"> <div ng-hide="system.readonly"> <button class="btn btn-default" type="button" translate ng-hide="denied('edit_hosts', host)" ng-disabled="disableRemoveButton()" ng-click="removeSelected()"> Remove Selected </button> </div> </div> <span data-block="no-rows-message" translate> You currently don't have any Subscriptions associated with this Content Host. You can add Subscriptions after selecting the 'Add' tab. </span> <span data-block="no-search-results-message" translate> Your search returned zero Subscriptions. </span> <div data-block="table"> <div data-extend-template="common/views/subscription-add-or-remove.html"></div> </div> </div>
Version data entries
99 entries across 99 versions & 1 rubygems