dashfolders: prettify

This commit is contained in:
Daniel Lee 2018-01-08 18:23:39 +01:00
parent c27a74bb6b
commit 6f98117641
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -2,4 +2,4 @@
<div class="page-container page-body">
<manage-dashboards ng-if="ctrl.folderId" folder-id="ctrl.folderId" />
</div>
</div>