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
6f981176
Commit
6f981176
authored
Jan 08, 2018
by
Daniel Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashfolders: prettify
parent
c27a74bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
public/app/features/dashboard/folder_permissions_ctrl.ts
+1
-1
public/app/features/dashboard/partials/folder_dashboards.html
+1
-2
No files found.
public/app/features/dashboard/folder_permissions_ctrl.ts
View file @
6f981176
...
@@ -12,7 +12,7 @@ export class FolderPermissionsCtrl {
...
@@ -12,7 +12,7 @@ export class FolderPermissionsCtrl {
this
.
folderId
=
$routeParams
.
folderId
;
this
.
folderId
=
$routeParams
.
folderId
;
new
FolderPageLoader
(
this
.
backendSrv
,
this
.
$routeParams
)
new
FolderPageLoader
(
this
.
backendSrv
,
this
.
$routeParams
)
.
load
(
this
,
this
.
folderId
,
"manage-folder-permissions"
)
.
load
(
this
,
this
.
folderId
,
'manage-folder-permissions'
)
.
then
(
result
=>
{
.
then
(
result
=>
{
this
.
dashboard
=
result
.
dashboard
;
this
.
dashboard
=
result
.
dashboard
;
this
.
meta
=
result
.
meta
;
this
.
meta
=
result
.
meta
;
...
...
public/app/features/dashboard/partials/folder_dashboards.html
View file @
6f981176
...
@@ -2,4 +2,4 @@
...
@@ -2,4 +2,4 @@
<div
class=
"page-container page-body"
>
<div
class=
"page-container page-body"
>
<manage-dashboards
ng-if=
"ctrl.folderId"
folder-id=
"ctrl.folderId"
/>
<manage-dashboards
ng-if=
"ctrl.folderId"
folder-id=
"ctrl.folderId"
/>
</div>
</div>
\ No newline at end of file
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