mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03:30
Revert "Setup initial system tracking struture"
This reverts commit 8a6c23d1d9497f1be814e963e13675d8b38014eb.
This commit is contained in:
parent
52459d16b9
commit
a84aed63c9
@ -32,7 +32,6 @@ import {PortalController} from 'tower/controllers/Portal';
|
||||
|
||||
import dataServices from 'tower/services/_data-services';
|
||||
import dashboardGraphs from 'tower/directives/_dashboard-graphs';
|
||||
import systemTracking from 'tower/system-tracking/main';
|
||||
|
||||
import routeExtensions from 'tower/shared/route-extensions/main';
|
||||
|
||||
|
||||
@ -1,9 +0,0 @@
|
||||
import route from './system-tracking.route';
|
||||
|
||||
export default
|
||||
angular.module('systemTracking', [])
|
||||
.config(['$routeProvider', function($routeProvider) {
|
||||
var url = route.route;
|
||||
delete route.route;
|
||||
$routeProvider.when(url, route)
|
||||
}]);
|
||||
@ -1,3 +0,0 @@
|
||||
export default ['$scope', function($scope) {
|
||||
$scope.viewType = 'host2host';
|
||||
}]
|
||||
@ -1 +0,0 @@
|
||||
You are in {{viewType}} mode
|
||||
@ -1,7 +0,0 @@
|
||||
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'
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user