Sha256: d0ecd30c42d13ae30047aebb87bf2c6addd55c9672e6374c42f1e7b718386d44

Contents?: true

Size: 1.51 KB

Versions: 30

Compression:

Stored size: 1.51 KB

Contents

<p bst-alert="info" ng-show="syncPlanTable.rows.length === 0 && !syncPlanTable.working">
  <span translate>
    You currently don't have any Sync Plan, you can add Sync Plans using the button on the right.
  </span>
</p>
<table class="table table-striped" 
       ng-class="{'table-mask': syncPlanTable.working}" 
       ng-show="syncPlanTable.rows.length > 0">
  <thead>
    <tr bst-table-head>
      <th bst-table-column="name" sortable><span translate>Name</span></th>
      <th bst-table-column="description"><span translate>Description</span></th>
      <th bst-table-column="syncDate"><span translate>Original Sync Date</span></th>
      <th bst-table-column="enabled"><span translate>Sync Enabled</span></th>
      <th bst-table-column="interval"><span translate>Interval</span></th>
      <th bst-table-column="nextSync"><span translate>Next Sync</span></th>
    </tr>
  </thead>

  <div data-extend-template="layouts/select-all-results.html"></div>

  <tbody>
    <tr bst-table-row ng-repeat="syncPlan in syncPlanTable.rows">
      <td bst-table-cell>
        <a ui-sref="sync-plans.details.info({syncPlanId: syncPlan.id})">
          {{ syncPlan.name }}
        </a>
      </td>
      <td bst-table-cell>{{ syncPlan.description }}</td>
      <td bst-table-cell>{{ syncPlan.sync_date | date:'medium' }}</td>
      <td bst-table-cell>{{ syncPlan.enabled }}</td>
      <td bst-table-cell>{{ syncPlan.interval | translate | capitalize }}</td>
      <td bst-table-cell>{{ syncPlan.next_sync | date:'medium' }}</td>
    </tr>
  </tbody>
</table>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
katello-3.2.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-3.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-3.2.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-3.2.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-3.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-3.2.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-3.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-3.1.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-3.1.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-3.1.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-3.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-2.4.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-3.1.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-3.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-2.4.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-3.0.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-2.4.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-3.0.0.rc7 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-3.0.0.rc5 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
katello-2.4.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html