This commit is contained in:
Daniel Lee 2018-01-31 15:07:17 +01:00
parent 79fe01959b
commit a7e57bc2f8
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ class DashboardPermissions extends Component<IProps, any> {
permissions={this.permissions}
isFolder={false}
dashboardId={dashboardId}
folderInfo={{ title: folderTitle, slug: folderSlug, id: folderId }}
folderInfo={{ title: folderTitle, slug: folderSlug, id: folderId }}
backendSrv={backendSrv}
/>
</div>

View File

@ -17,7 +17,7 @@
<div class="grafana-info-box">
<h5>What are Dashboard Links?</h5>
<p>
Dashboad Links allow you to place links to other dashboards and web sites directly in below the dashboard header.
Dashboard Links allow you to place links to other dashboards and web sites directly in below the dashboard header.
</p>
</div>
</div>