Daniel Lee 8 년 전
부모
커밋
a7e57bc2f8
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      public/app/core/components/Permissions/DashboardPermissions.tsx
  2. 1 1
      public/app/features/dashlinks/editor.html

+ 1 - 1
public/app/core/components/Permissions/DashboardPermissions.tsx

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

+ 1 - 1
public/app/features/dashlinks/editor.html

@@ -17,7 +17,7 @@
       <div class="grafana-info-box">
       <div class="grafana-info-box">
         <h5>What are Dashboard Links?</h5>
         <h5>What are Dashboard Links?</h5>
         <p>
         <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>
         </p>
       </div>
       </div>
     </div>
     </div>