mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(apps): WIP progress app views
This commit is contained in:
@@ -134,11 +134,13 @@ define([
|
||||
.when('/org/apps', {
|
||||
templateUrl: 'app/features/org/partials/app_list.html',
|
||||
controller: 'AppListCtrl',
|
||||
controllerAs: 'ctrl',
|
||||
resolve: loadOrgBundle,
|
||||
})
|
||||
.when('/org/apps/edit/:type', {
|
||||
templateUrl: 'app/features/org/partials/app_edit.html',
|
||||
controller: 'AppEditCtrl',
|
||||
controllerAs: 'ctrl',
|
||||
resolve: loadOrgBundle,
|
||||
})
|
||||
.when('/global-alerts', {
|
||||
|
||||
Reference in New Issue
Block a user