mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
dasboard_history: some polish around styles & diff colors, and minor fixes
This commit is contained in:
@@ -71,7 +71,7 @@ export function linkJson() {
|
||||
link: '@lineLink',
|
||||
switchView: '&',
|
||||
},
|
||||
templateUrl: 'public/app/features/dashboard/history/partials/link-json.html',
|
||||
template: `<a class="diff-linenum btn btn-inverse btn-small" ng-click="ctrl.goToLine(link)">Line {{ line }}</a>`
|
||||
};
|
||||
}
|
||||
coreModule.directive('diffLinkJson', linkJson);
|
||||
|
||||
Reference in New Issue
Block a user