Sha256: 68f079ba74011a1f2686dd23644a73f59faea154f95d732f21b65fd2ead286b3

Contents?: true

Size: 1.09 KB

Versions: 77

Compression:

Stored size: 1.09 KB

Contents

<div class="list-unstyled" ng-show="product.last_sync_words">
  <div translate>
    Last synced {{ product.last_sync_words }} ago.
  </div>
  <div ng-show="mostImportantSyncState(product) == 'pending'"
        translate
        translate-n="product.sync_summary.pending"
        translate-plural="{{ product.sync_summary.pending}} repository syncs in progress..">
        1 repository sync in progress.
  </div>

  <div ng-show="mostImportantSyncState(product) == 'error' || mostImportantSyncState(product) == 'warning'"
        translate
        translate-n="product.sync_summary.error"
        translate-plural="{{ product.sync_summary.error || product.sync_summary.warning }} repository syncs have errors.">
        1 repository sync has errors.
  </div>

  <div ng-show="mostImportantSyncState(product) == 'success'"
        translate
        translate-n="product.sync_summary.success"
        translate-plural="{{ product.sync_summary.success}} successfully synced repositories.">
        1 successfully synced repository.
  </div>
</div>
<span ng-hide="product.last_sync_words" translate>Never synced</span>

Version data entries

77 entries across 77 versions & 1 rubygems

Version Path
katello-3.10.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.10.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.10.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.10.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.10.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.9.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.10.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.9.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.8.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.9.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.9.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.7.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.7.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.8.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.8.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.8.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.7.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.8.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.7.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
katello-3.7.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html