Files
awx/awx/ui/static/js/system-tracking/system-tracking.route.js
2015-05-15 11:13:15 -04:00

8 lines
235 B
JavaScript

import controller from './system-tracking.controller';
export default {
route: '/inventories/:id/system-tracking/:filters',
controller: controller,
templateUrl: '/static/js/system-tracking/system-tracking.partial.html'
};