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
17386c49
Commit
17386c49
authored
Oct 31, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved new teams page
parent
99d0beea
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
2 deletions
+2
-2
public/app/features/all.ts
+1
-0
public/app/features/org/all.ts
+0
-1
public/app/features/teams/CreateTeamCtrl.ts
+0
-0
public/app/features/teams/partials/create_team.html
+0
-0
public/app/routes/routes.ts
+1
-1
No files found.
public/app/features/all.ts
View file @
17386c49
...
...
@@ -9,3 +9,4 @@ import './admin';
import
'./alerting/NotificationsEditCtrl'
;
import
'./alerting/NotificationsListCtrl'
;
import
'./manage-dashboards'
;
import
'./teams/CreateTeamCtrl'
;
public/app/features/org/all.ts
View file @
17386c49
...
...
@@ -3,4 +3,3 @@ import './select_org_ctrl';
import
'./change_password_ctrl'
;
import
'./new_org_ctrl'
;
import
'./user_invite_ctrl'
;
import
'./create_team_ctrl'
;
public/app/features/
org/create_team_c
trl.ts
→
public/app/features/
teams/CreateTeamC
trl.ts
View file @
17386c49
File moved
public/app/features/
org
/partials/create_team.html
→
public/app/features/
teams
/partials/create_team.html
View file @
17386c49
File moved
public/app/routes/routes.ts
View file @
17386c49
...
...
@@ -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'
,
})
...
...
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