Sha256: 8afbbe828175e2197f89b6a1db8d91c3e06659eb3ea90940bb8558a2edbdb58e

Contents?: true

Size: 799 Bytes

Versions: 3

Compression:

Stored size: 799 Bytes

Contents

<table class="table table-striped table-full" ng-class="{'table-mask': table.working}">
  <thead>
    <tr bst-table-head>
      <th bst-table-column="consumed" sortable><span translate>Consumed</span></th>
    </tr>
  </thead>

  <tbody>
    <tr bst-table-row ng-repeat-start="(name, subscriptions) in groupedSubscriptions">
      <td bst-table-cell>
        <b>{{ name }}</b>
      </td>
    </tr>
    <tr bst-table-row
        ng-repeat-end
        ng-repeat="subscription in subscriptions"
        active-row="stateIncludes('subscriptions.details', {subscriptionId: subscription.id})">
      <td bst-table-cell>
        <a ui-sref="subscriptions.details.info({subscriptionId: subscription.id})">
          {{ formatConsumed(subscription) }}
        </a>
      </td>
    </tr>
  </tbody>
</table>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions-table-collapsed.html
katello-3.1.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions-table-collapsed.html
katello-3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions-table-collapsed.html