Sha256: 5dc8dc50816a2a556b87ed4d32dc924b46cced75296b45eff12682da9dae8162

Contents?: true

Size: 887 Bytes

Versions: 174

Compression:

Stored size: 887 Bytes

Contents

<dt translate>Sync Interval</dt>
<dd ng-if="product.sync_plan.interval == 'hourly'">
  <span translate>
    Hourly at {{ product.sync_plan.sync_date | date:'m' }} minutes and {{ product.sync_plan.sync_date | date:'s' }} seconds
  </span>
</dd>
<dd ng-if="product.sync_plan.interval == 'daily'">
  <span translate>
    Daily at {{ product.sync_plan.sync_date | date:'mediumTime' }} (Server Time)
  </span>
</dd>
<dd ng-if="product.sync_plan.interval == 'weekly'">
  <span translate>
    Weekly on {{ product.sync_plan.sync_date | date:'EEEE' }} at {{ product.sync_plan.sync_date | date:'mediumTime' }} (Server Time)
  </span>
</dd>
<dd ng-if="product.sync_plan.cron_expression">
  <span translate>
    Custom Cron : {{ product.sync_plan.cron_expression }}
  </span>
</dd>
<dd ng-hide="product.sync_plan.next_sync">
  <span translate>
    Synced manually, no interval set.
  </span>
</dd>

Version data entries

174 entries across 174 versions & 1 rubygems

Version Path
katello-3.16.1.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.16.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.17.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.16.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.17.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.16.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.16.0.rc5.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.16.0.rc5 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.16.0.rc4.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.15.3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.15.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.16.0.rc4 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.16.0.rc3.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.15.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.16.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.16.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.16.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.15.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.16.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
katello-3.15.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html