mirror of
https://github.com/grafana/grafana.git
synced 2025-01-19 13:03:32 -06:00
moved profile pages to it's own feature folder
This commit is contained in:
parent
17386c49d4
commit
dcf8327dc9
@ -10,3 +10,5 @@ import './alerting/NotificationsEditCtrl';
|
||||
import './alerting/NotificationsListCtrl';
|
||||
import './manage-dashboards';
|
||||
import './teams/CreateTeamCtrl';
|
||||
import './profile/ProfileCtrl';
|
||||
import './profile/ChangePasswordCtrl';
|
||||
|
@ -1,5 +1,3 @@
|
||||
import './profile_ctrl';
|
||||
import './select_org_ctrl';
|
||||
import './change_password_ctrl';
|
||||
import './new_org_ctrl';
|
||||
import './user_invite_ctrl';
|
||||
|
@ -179,12 +179,12 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
|
||||
},
|
||||
})
|
||||
.when('/profile', {
|
||||
templateUrl: 'public/app/features/org/partials/profile.html',
|
||||
templateUrl: 'public/app/features/profile/partials/profile.html',
|
||||
controller: 'ProfileCtrl',
|
||||
controllerAs: 'ctrl',
|
||||
})
|
||||
.when('/profile/password', {
|
||||
templateUrl: 'public/app/features/org/partials/change_password.html',
|
||||
templateUrl: 'public/app/features/profile/partials/change_password.html',
|
||||
controller: 'ChangePasswordCtrl',
|
||||
})
|
||||
.when('/profile/select-org', {
|
||||
|
Loading…
Reference in New Issue
Block a user