Fixed row options html template location, fixes #15157

This commit is contained in:
Torkel Ödegaard 2019-01-31 11:37:34 +01:00
parent ab812e73f6
commit a43c00ce70

View File

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