Commit 17386c49 by Torkel Ödegaard

moved new teams page

parent 99d0beea
......@@ -9,3 +9,4 @@ import './admin';
import './alerting/NotificationsEditCtrl';
import './alerting/NotificationsListCtrl';
import './manage-dashboards';
import './teams/CreateTeamCtrl';
......@@ -3,4 +3,3 @@ import './select_org_ctrl';
import './change_password_ctrl';
import './new_org_ctrl';
import './user_invite_ctrl';
import './create_team_ctrl';
......@@ -167,7 +167,7 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
},
})
.when('/org/teams/new', {
templateUrl: 'public/app/features/org/partials/create_team.html',
templateUrl: 'public/app/features/teams/partials/create_team.html',
controller: 'CreateTeamCtrl',
controllerAs: 'ctrl',
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment