Project

General

Profile

« Previous | Next » 

Revision 708401d0

Added by Thomas McKay over 10 years ago

ak-sysgroup - updated activation keys for system groups

ak-sysgroup - rubocop cleanup

ak-sysgroup - remove obsolete view files

ak-sysgroup - pull-request clean up

View differences:

engines/bastion/app/assets/javascripts/bastion/activation-keys/activation-keys.module.js
'ngResource',
'ui.router',
'Bastion.utils',
'Bastion.widgets'
'Bastion.widgets',
'Bastion.system-groups'
]);
angular.module('Bastion.activation-keys').config(['$stateProvider', function ($stateProvider) {
......
templateUrl: 'activation-keys/details/views/activation-key-add-subscriptions.html'
});
$stateProvider.state('activation-keys.details.system-groups', {
abstract: true,
collapsed: true,
templateUrl: 'activation-keys/details/views/activation-key-system-groups.html'
})
.state('activation-keys.details.system-groups.list', {
url: '/system-groups',
collapsed: true,
controller: 'ActivationKeySystemGroupsController',
templateUrl: 'activation-keys/details/views/activation-key-system-groups-table.html'
})
.state('activation-keys.details.system-groups.add', {
url: '/system-groups/add',
collapsed: true,
controller: 'ActivationKeyAddSystemGroupsController',
templateUrl: 'activation-keys/details/views/activation-key-system-groups-table.html'
});
}]);

Also available in: Unified diff