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

Fixed row options html template location,
This commit is contained in:
Torkel Ödegaard
2019-01-31 12:13:35 +01:00
committed by GitHub

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