Sha256: c21c34af7866b2fadad401bdbe72fbcf69b52c7062f8ca56d03bc9654df72116

Contents?: true

Size: 631 Bytes

Versions: 192

Compression:

Stored size: 631 Bytes

Contents

/**
 * @ngdoc service
 * @name  Bastion.repository.service:YumContentUnits
 *
 * @requires translate
 *
 * @description
 *   Provides content type units for yum
 */
angular.module('Bastion.repositories').service('YumContentUnits',
    ['translate', function (translate) {
        this.units = {
            'rpm': translate('RPM'),
            'drpm': translate('Delta RPM'),
            'srpm': translate('Source RPM'),
            'erratum': translate('Errata'),
            'distribution': translate('Distribution')
        };

        this.unitName = function (unit) {
            return this.units[unit];
        };
    }]
);

Version data entries

192 entries across 192 versions & 1 rubygems

Version Path
katello-4.11.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.11.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.11.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.10.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.9.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.10.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.10.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.8.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.9.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.8.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.9.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.7.6 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.8.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.9.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.9.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.8.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.7.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.8.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.8.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
katello-4.7.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js