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
d2b0bad1
Commit
d2b0bad1
authored
Mar 11, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(): fixed changed partials paths
parent
ece8a925
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
public/app/core/routes/routes.ts
+6
-6
No files found.
public/app/core/routes/routes.ts
View file @
d2b0bad1
...
@@ -49,19 +49,19 @@ function setupAngularRoutes($routeProvider, $locationProvider) {
...
@@ -49,19 +49,19 @@ function setupAngularRoutes($routeProvider, $locationProvider) {
controller
:
'DashboardImportCtrl'
,
controller
:
'DashboardImportCtrl'
,
})
})
.
when
(
'/datasources'
,
{
.
when
(
'/datasources'
,
{
templateUrl
:
'public/app/features/
datasources/partials/
list.html'
,
templateUrl
:
'public/app/features/
plugins/partials/ds_
list.html'
,
controller
:
'DataSourcesCtrl'
,
controller
:
'DataSourcesCtrl'
,
controllerAs
:
'ctrl'
,
controllerAs
:
'ctrl'
,
resolve
:
loadPluginsBundle
,
resolve
:
loadPluginsBundle
,
})
})
.
when
(
'/datasources/edit/:id'
,
{
.
when
(
'/datasources/edit/:id'
,
{
templateUrl
:
'public/app/features/
datasources/partials/
edit.html'
,
templateUrl
:
'public/app/features/
plugins/partials/ds_
edit.html'
,
controller
:
'DataSourceEditCtrl'
,
controller
:
'DataSourceEditCtrl'
,
controllerAs
:
'ctrl'
,
controllerAs
:
'ctrl'
,
resolve
:
loadPluginsBundle
,
resolve
:
loadPluginsBundle
,
})
})
.
when
(
'/datasources/new'
,
{
.
when
(
'/datasources/new'
,
{
templateUrl
:
'public/app/features/
datasources/partials/
edit.html'
,
templateUrl
:
'public/app/features/
plugins/partials/ds_
edit.html'
,
controller
:
'DataSourceEditCtrl'
,
controller
:
'DataSourceEditCtrl'
,
controllerAs
:
'ctrl'
,
controllerAs
:
'ctrl'
,
resolve
:
loadPluginsBundle
,
resolve
:
loadPluginsBundle
,
...
@@ -168,19 +168,19 @@ function setupAngularRoutes($routeProvider, $locationProvider) {
...
@@ -168,19 +168,19 @@ function setupAngularRoutes($routeProvider, $locationProvider) {
controllerAs
:
'ctrl'
,
controllerAs
:
'ctrl'
,
})
})
.
when
(
'/plugins'
,
{
.
when
(
'/plugins'
,
{
templateUrl
:
'public/app/features/plugins/partials/list.html'
,
templateUrl
:
'public/app/features/plugins/partials/
plugin_
list.html'
,
controller
:
'PluginListCtrl'
,
controller
:
'PluginListCtrl'
,
controllerAs
:
'ctrl'
,
controllerAs
:
'ctrl'
,
resolve
:
loadPluginsBundle
,
resolve
:
loadPluginsBundle
,
})
})
.
when
(
'/plugins/:pluginId/edit'
,
{
.
when
(
'/plugins/:pluginId/edit'
,
{
templateUrl
:
'public/app/features/plugins/partials/edit.html'
,
templateUrl
:
'public/app/features/plugins/partials/
plugin_
edit.html'
,
controller
:
'PluginEditCtrl'
,
controller
:
'PluginEditCtrl'
,
controllerAs
:
'ctrl'
,
controllerAs
:
'ctrl'
,
resolve
:
loadPluginsBundle
,
resolve
:
loadPluginsBundle
,
})
})
.
when
(
'/plugins/:pluginId/page/:slug'
,
{
.
when
(
'/plugins/:pluginId/page/:slug'
,
{
templateUrl
:
'public/app/features/plugins/partials/page.html'
,
templateUrl
:
'public/app/features/plugins/partials/p
lugin_p
age.html'
,
controller
:
'AppPageCtrl'
,
controller
:
'AppPageCtrl'
,
controllerAs
:
'ctrl'
,
controllerAs
:
'ctrl'
,
resolve
:
loadPluginsBundle
,
resolve
:
loadPluginsBundle
,
...
...
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