Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
dcf8327d
Commit
dcf8327d
authored
Oct 31, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved profile pages to it's own feature folder
parent
17386c49
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
4 deletions
+4
-4
public/app/features/all.ts
+2
-0
public/app/features/org/all.ts
+0
-2
public/app/features/profile/ChangePasswordCtrl.ts
+0
-0
public/app/features/profile/ProfileCtrl.ts
+0
-0
public/app/features/profile/partials/change_password.html
+0
-0
public/app/features/profile/partials/profile.html
+0
-0
public/app/routes/routes.ts
+2
-2
No files found.
public/app/features/all.ts
View file @
dcf8327d
...
...
@@ -10,3 +10,5 @@ import './alerting/NotificationsEditCtrl';
import
'./alerting/NotificationsListCtrl'
;
import
'./manage-dashboards'
;
import
'./teams/CreateTeamCtrl'
;
import
'./profile/ProfileCtrl'
;
import
'./profile/ChangePasswordCtrl'
;
public/app/features/org/all.ts
View file @
dcf8327d
import
'./profile_ctrl'
;
import
'./select_org_ctrl'
;
import
'./change_password_ctrl'
;
import
'./new_org_ctrl'
;
import
'./user_invite_ctrl'
;
public/app/features/
org/change_password_c
trl.ts
→
public/app/features/
profile/ChangePasswordC
trl.ts
View file @
dcf8327d
File moved
public/app/features/
org/profile_c
trl.ts
→
public/app/features/
profile/ProfileC
trl.ts
View file @
dcf8327d
File moved
public/app/features/
org
/partials/change_password.html
→
public/app/features/
profile
/partials/change_password.html
View file @
dcf8327d
File moved
public/app/features/
org
/partials/profile.html
→
public/app/features/
profile
/partials/profile.html
View file @
dcf8327d
File moved
public/app/routes/routes.ts
View file @
dcf8327d
...
...
@@ -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'
,
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment