文件操作 - DashboardsTable.test.tsx.snap
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/grafana/public/app/features/datasources/__snapshots__/DashboardsTable.test.tsx.snap
编辑文件内容
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Render should render component 1`] = ` <table className="filter-table" > <tbody /> </table> `; exports[`Render should render table 1`] = ` <table className="filter-table" > <tbody> <tr key="0-0" > <td className="width-1" > <Icon name="apps" /> </td> <td> <span> Graphite Carbon Metrics </span> </td> <td style={ Object { "textAlign": "right", } } > <button className="btn btn-secondary btn-small" onClick={[Function]} > Import </button> </td> </tr> <tr key="0-1" > <td className="width-1" > <Icon name="apps" /> </td> <td> <a href="" > Graphite Carbon Metrics </a> </td> <td style={ Object { "textAlign": "right", } } > <button className="btn btn-secondary btn-small" onClick={[Function]} > Update </button> <button className="btn btn-danger btn-small" onClick={[Function]} > <Icon name="trash-alt" /> </button> </td> </tr> </tbody> </table> `;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件