Sha256: 27951220b409781c9323baf24600a2a5f7c4f2a9c9495dc1723a8691c4f13a91
Contents?: true
Size: 946 Bytes
Versions: 216
Compression:
Stored size: 946 Bytes
Contents
<span page-title ng-model="activationKey">{{ 'Current Subscriptions for Activation Key:' | translate }} {{ activationKey.name }}</span> <div data-extend-template="layouts/partials/table.html"> <div data-block="list-actions"> <button class="btn btn-primary" type="button" translate ng-hide="denied('edit_activation_keys', activationKey)" ng-disabled="disableRemoveButton()" ng-click="removeSelected()"> Remove Selected </button> </div> <span data-block="no-rows-message" translate> You currently don't have any Subscriptions associated with this Activation Key, 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
216 entries across 216 versions & 1 rubygems