文件操作 - LokiAnnotationsQueryCtrl.tsx
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/grafana/public/app/plugins/datasource/loki/LokiAnnotationsQueryCtrl.tsx
编辑文件内容
/** * Just a simple wrapper for a react component that is actually implementing the query editor. */ export class LokiAnnotationsQueryCtrl { static templateUrl = 'partials/annotations.editor.html'; annotation: any; /** @ngInject */ constructor() { this.annotation.target = this.annotation.target || {}; this.onQueryChange = this.onQueryChange.bind(this); } onQueryChange(expr: string) { this.annotation.expr = expr; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件