Sha256: f0a07dea55f993ce0069efbb47bfed94d9e3273bcde7eb5a4b0076e35a49c250

Contents?: true

Size: 662 Bytes

Versions: 132

Compression:

Stored size: 662 Bytes

Contents

/**
 * @ngdoc service
 * @name  Bastion.capsule-content.factory:CapsuleContent
 *
 * @requires BastionResource
 *
 * @description
 *   Provides a BastionResource for capsule content.
 */
angular.module('Bastion.capsule-content').factory('CapsuleContent',
    ['BastionResource', function (BastionResource) {

        return BastionResource('katello/api/capsules/:id/content/:action', {id: '@id'}, {
          syncStatus: {method: 'GET', isArray: false, params: {action: 'sync'}},
          sync: {method: 'post', isArray: false, params: {action: 'sync'}},
          cancelSync: {method: 'delete', isArray: false, params: {action: 'sync'}}
        });

    }]
);

Version data entries

132 entries across 132 versions & 1 rubygems

Version Path
katello-4.2.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.3.0.rc2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.3.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.3.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.2.0.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.1.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.0.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.2.0.1.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-3.18.5 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.2.0.1.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.2.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.1.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.2.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.0.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.1.2.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.0.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.1.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-3.18.4 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js
katello-4.1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.factory.js