Sha256: fa0f8b30896b54ed46bef2f4857e443b6a975c626128742df5f57cba7686551b

Contents?: true

Size: 525 Bytes

Versions: 175

Compression:

Stored size: 525 Bytes

Contents

/**
 * @ngdoc service
 * @name  Bastion.hosts.factory:HostModuleStream
 *
 * @requires BastionResource
 *
 * @description
 *   Provides a BastionResource for the packages of a single content host
 */
angular.module('Bastion.hosts').factory('HostModuleStream',
    ['BastionResource', function (BastionResource) {

        return BastionResource('api/v2/hosts/:id/module_streams/:action', {id: '@id'}, {
            autocomplete: {method: 'GET', isArray: true, params: {action: 'auto_complete_search'}}
        });

    }]
);

Version data entries

175 entries across 175 versions & 1 rubygems

Version Path
katello-4.15.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.15.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.14.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.14.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.14.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.14.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.14.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.14.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.13.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.13.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.12.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.13.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.12.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.12.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.12.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.12.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.11.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.11.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.11.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js
katello-4.11.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-module-streams.factory.js