瀏覽代碼

Merge pull request #15159 from grafana/row-options-fix

Fixed row options html template location,
Torkel Ödegaard 6 年之前
父節點
當前提交
6c1f8a9cfe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/features/dashboard/components/RowOptions/RowOptionsCtrl.ts

+ 1 - 1
public/app/features/dashboard/components/RowOptions/RowOptionsCtrl.ts

@@ -24,7 +24,7 @@ export class RowOptionsCtrl {
 export function rowOptionsDirective() {
   return {
     restrict: 'E',
-    templateUrl: 'public/app/features/dashboard/partials/row_options.html',
+    templateUrl: 'public/app/features/dashboard/components/RowOptions/template.html',
     controller: RowOptionsCtrl,
     bindToController: true,
     controllerAs: 'ctrl',