Procházet zdrojové kódy

Fixed row options html template location, fixes #15157

Torkel Ödegaard před 6 roky
rodič
revize
a43c00ce70

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

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