Forráskód Böngészése

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

Fixed row options html template location,
Torkel Ödegaard 6 éve
szülő
commit
6c1f8a9cfe

+ 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',