mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
moved new teams page
This commit is contained in:
@@ -9,3 +9,4 @@ import './admin';
|
|||||||
import './alerting/NotificationsEditCtrl';
|
import './alerting/NotificationsEditCtrl';
|
||||||
import './alerting/NotificationsListCtrl';
|
import './alerting/NotificationsListCtrl';
|
||||||
import './manage-dashboards';
|
import './manage-dashboards';
|
||||||
|
import './teams/CreateTeamCtrl';
|
||||||
|
|||||||
@@ -3,4 +3,3 @@ import './select_org_ctrl';
|
|||||||
import './change_password_ctrl';
|
import './change_password_ctrl';
|
||||||
import './new_org_ctrl';
|
import './new_org_ctrl';
|
||||||
import './user_invite_ctrl';
|
import './user_invite_ctrl';
|
||||||
import './create_team_ctrl';
|
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
.when('/org/teams/new', {
|
.when('/org/teams/new', {
|
||||||
templateUrl: 'public/app/features/org/partials/create_team.html',
|
templateUrl: 'public/app/features/teams/partials/create_team.html',
|
||||||
controller: 'CreateTeamCtrl',
|
controller: 'CreateTeamCtrl',
|
||||||
controllerAs: 'ctrl',
|
controllerAs: 'ctrl',
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user