feat(alerting): update path
This commit is contained in:
@@ -204,7 +204,7 @@ function setupAngularRoutes($routeProvider, $locationProvider) {
|
||||
controllerAs: 'ctrl',
|
||||
resolve: loadAlertsBundle,
|
||||
})
|
||||
.when('/alerts/events/:alertId', {
|
||||
.when('/alerts/:alertId/states', {
|
||||
templateUrl: 'public/app/features/alerts/partials/alert_log.html',
|
||||
controller: 'AlertLogCtrl',
|
||||
controllerAs: 'ctrl',
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
</thead>
|
||||
<tr ng-repeat="alert in ctrl.alerts">
|
||||
<td>
|
||||
<a href="/alerts/events/{{alert.id}}">
|
||||
<a href="/alerts/{{alert.id}}/states">
|
||||
{{alert.title}}
|
||||
</a>
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<a href="/alerts/events/{{alert.id}}">
|
||||
<a href="/alerts/{{alert.id}}/states">
|
||||
<i class="icon-gf {{alert.iconCss}}"></i>
|
||||
</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user