文件操作 - template.ts
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/grafana/public/app/plugins/panel/graph/template.ts
编辑文件内容
const template = ` <div class="graph-panel" ng-class="{'graph-panel--legend-right': ctrl.panel.legend.rightSide}"> <div class="graph-panel__chart" grafana-graph ng-dblclick="ctrl.zoomOut()"> </div> <div class="graph-legend"> <div class="graph-legend-content" graph-legend></div> </div> <div ng-if="ctrl.contextMenuCtrl.isVisible"> <graph-context-menu items="ctrl.contextMenuCtrl.menuItemsSupplier()" onClose="ctrl.onContextMenuClose" getContextMenuSource="ctrl.contextMenuCtrl.getSource" timeZone="ctrl.getTimeZone()" x="ctrl.contextMenuCtrl.position.x" y="ctrl.contextMenuCtrl.position.y" ></graph-context-menu> </div> </div> `; export default template;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件