Sha256: 93e0e407bd7c4c5c49a29a8e8bead362cb87988156f49ef98b9a1c2923df07fd

Contents?: true

Size: 1.62 KB

Versions: 25

Compression:

Stored size: 1.62 KB

Contents

<div data-extend-template="layouts/partials/table.html">

  <div data-block="list-actions">
    <button type="button" class="btn btn-primary"
            ng-disabled="table.numSelected === 0"
            ng-show="isState('content-view.yum.filter.module-stream.list') && permitted('edit_content_views', contentView)"
            ng-click="removeModuleStreams(filter)">
      <span translate>Remove Module Stream</span>
    </button>

    <button type="button" class="btn btn-primary"
            ng-disabled="table.numSelected === 0"
            ng-show="isState('content-view.yum.filter.module-stream.available') && permitted('edit_content_views', contentView)"
            ng-click="addModuleStreams(filter)">
      <span translate>Add Module Stream</span>
    </button>
  </div>

  <div data-block="table">
    <table class="table table-striped table-bordered" ng-class="{'table-mask': table.working}">

      <thead>
        <tr bst-table-head row-select>
          <th bst-table-column><span translate>Name</span></th>
          <th bst-table-column><span translate>Stream</span></th>
          <th bst-table-column><span translate>Version</span></th>
          <th bst-table-column><span translate>Context</span></th>
        </tr>
      </thead>

      <tbody>
        <tr bst-table-row ng-repeat="moduleStream in table.rows" row-select="moduleStream">
          <td bst-table-cell>{{ moduleStream.name }}</td>
          <td bst-table-cell>{{ moduleStream.stream }}</td>
          <td bst-table-cell>{{ moduleStream.version}}</td>
          <td bst-table-cell>{{ moduleStream.context}}</td>
        </tr>
      </tbody>
    </table>
  </div>
</div>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
katello-3.16.0.rc5 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.16.0.rc4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.15.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.15.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.16.0.rc4 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.16.0.rc3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.15.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.16.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.16.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.16.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.15.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.16.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.15.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.16.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.15.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.15.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.15.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.15.0.rc1.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.15.0.rc1.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
katello-3.15.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html