文件操作 - display_editor.ts
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/grafana/public/app/plugins/panel/heatmap/display_editor.ts
编辑文件内容
export class HeatmapDisplayEditorCtrl { panel: any; panelCtrl: any; /** @ngInject */ constructor($scope: any) { $scope.editor = this; this.panelCtrl = $scope.ctrl; this.panel = this.panelCtrl.panel; this.panelCtrl.render(); } } /** @ngInject */ export function heatmapDisplayEditor() { 'use strict'; return { restrict: 'E', scope: true, templateUrl: 'public/app/plugins/panel/heatmap/partials/display_editor.html', controller: HeatmapDisplayEditorCtrl, }; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件