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
commit 6c1f8a9cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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