Commit 6f981176 by Daniel Lee

dashfolders: prettify

parent c27a74bb
......@@ -12,7 +12,7 @@ export class FolderPermissionsCtrl {
this.folderId = $routeParams.folderId;
new FolderPageLoader(this.backendSrv, this.$routeParams)
.load(this, this.folderId, "manage-folder-permissions")
.load(this, this.folderId, 'manage-folder-permissions')
.then(result => {
this.dashboard = result.dashboard;
this.meta = result.meta;
......
......@@ -2,4 +2,4 @@
<div class="page-container page-body">
<manage-dashboards ng-if="ctrl.folderId" folder-id="ctrl.folderId" />
</div>
\ No newline at end of file
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment