From a43c00ce708b346bd68b6e0125a8a55a57cf3d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 31 Jan 2019 11:37:34 +0100 Subject: [PATCH] Fixed row options html template location, fixes #15157 --- .../features/dashboard/components/RowOptions/RowOptionsCtrl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/components/RowOptions/RowOptionsCtrl.ts b/public/app/features/dashboard/components/RowOptions/RowOptionsCtrl.ts index a855791f1ea..d2526c92cd0 100644 --- a/public/app/features/dashboard/components/RowOptions/RowOptionsCtrl.ts +++ b/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',