mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-04 07:51:58 -05:00
19 lines
446 B
JavaScript
19 lines
446 B
JavaScript
/*************************************************
|
|
* Copyright (c) 2016 Ansible, Inc.
|
|
*
|
|
* All Rights Reserved
|
|
*************************************************/
|
|
|
|
import {templateUrl} from '../shared/template-url/template-url.factory';
|
|
|
|
export default {
|
|
name: 'license',
|
|
route: '/license',
|
|
templateUrl: templateUrl('license/license'),
|
|
controller: 'licenseController',
|
|
data: {},
|
|
ncyBreadcrumb: {
|
|
parent: 'setup',
|
|
label: 'LICENSE'
|
|
}
|
|
} |