Sha256: 02f0ba720f579b11e14b484b1824a2413abb270e30b2c7dcc952486a95288701

Contents?: true

Size: 1.23 KB

Versions: 40

Compression:

Stored size: 1.23 KB

Contents

<span page-title ng-model="contentView">{{ 'History for Content View:' | translate }} {{ contentView.name }}</span>

<h3 translate>Promotion History</h3>

<div data-extend-template="layouts/partials/table.html">
  <span data-block="no-rows-message" translate>
     There is currently no history associated with this Content View.
  </span>


  <div data-block="table">
    <table class="table table-striped table-bordered" ng-class="{'table-mask': table.working}">
     <thead>
       <tr bst-table-head>
         <th translate>Date</th>
         <th translate>Version</th>
         <th translate>Description</th>
         <th translate>Action</th>
         <th translate>User</th>
         <th translate>Status</th>
       </tr>
     </thead>

     <tbody>
       <tr bst-table-row ng-repeat="history in table.rows">
         <td bst-table-cell>{{ history.created_at | date:'short' }}</td>
         <td bst-table-cell>{{ history.version }} </td>
         <td bst-table-cell class="preserve-newlines">{{ history.description }}</td>
         <td bst-table-cell>{{ actionText(history) }}</td>
         <td bst-table-cell>{{ history.user }}</td>
         <td bst-table-cell>{{ history.task.result }}</td>
       </tr>
     </tbody>
    </table>
  </div>
</div>

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
katello-3.10.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.10.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.10.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.10.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.10.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.9.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.10.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.9.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.8.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.9.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.9.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.7.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.7.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.8.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.8.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.8.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.7.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.8.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.7.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
katello-3.7.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html