文件操作 - location.ts
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/grafana/public/app/core/selectors/location.ts
编辑文件内容
import { LocationState } from 'app/types'; export const getRouteParamsId = (state: LocationState) => state.routeParams.id; export const getRouteParamsPage = (state: LocationState) => state.routeParams.page; export const getRouteParams = (state: LocationState) => state.routeParams; export const getLocationQuery = (state: LocationState) => state.query; export const getUrl = (state: LocationState) => state.url;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件