Add onclick property on the rules on dashboard
This commit is contained in:
@@ -29,6 +29,14 @@ yltApp.config(['$routeProvider', '$locationProvider',
|
||||
templateUrl: 'front/views/dashboard.html',
|
||||
controller: 'DashboardCtrl'
|
||||
}).
|
||||
when('/result/:runId/timeline', {
|
||||
templateUrl: 'front/views/timeline.html',
|
||||
controller: 'TimelineCtrl'
|
||||
}).
|
||||
when('/result/:runId/rule/:policy', {
|
||||
templateUrl: 'front/views/rule.html',
|
||||
controller: 'RuleCtrl'
|
||||
}).
|
||||
otherwise({
|
||||
redirectTo: '/'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user