Sha256: d6e260d0a1f7c6214920d144a7ea451987de07cf90ac7651263308278445d751
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 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'" translate translate-n="product.sync_summary.error" translate-plural="{{ product.sync_summary.error}} 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
katello-2.2.2 | engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html |