mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
Update UI build system
* Faster build times * Smaller bundle sizes * Adjust paths * Cleanup npm dependencies * Remove unneded Grunt tasks
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
function atActionGroup (pathService) {
|
||||
const templateUrl = require('@components/action/action-group.partial.html');
|
||||
|
||||
function atActionGroup () {
|
||||
return {
|
||||
restrict: 'E',
|
||||
replace: true,
|
||||
transclude: true,
|
||||
templateUrl: pathService.getPartialPath('components/action/action-group'),
|
||||
templateUrl,
|
||||
scope: {
|
||||
col: '@',
|
||||
pos: '@'
|
||||
@@ -11,6 +13,4 @@ function atActionGroup (pathService) {
|
||||
};
|
||||
}
|
||||
|
||||
atActionGroup.$inject = ['PathService'];
|
||||
|
||||
export default atActionGroup;
|
||||
|
||||
Reference in New Issue
Block a user