文件操作 - PluginListPage.test.tsx.snap
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/grafana/public/app/features/plugins/__snapshots__/PluginListPage.test.tsx.snap
编辑文件内容
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Render should render component 1`] = ` <Page navModel={ Object { "main": Object { "text": "Configuration", }, "node": Object { "text": "Plugins", }, } } > <PageContents isLoading={true} > <OrgActionBar linkButton={ Object { "href": "https://grafana.com/plugins?utm_source=grafana_plugin_list", "title": "Find more plugins on Grafana.com", } } searchQuery="" setSearchQuery={[Function]} target="_blank" /> </PageContents> </Page> `; exports[`Render should render list 1`] = ` <Page navModel={ Object { "main": Object { "text": "Configuration", }, "node": Object { "text": "Plugins", }, } } > <PageContents isLoading={false} > <OrgActionBar linkButton={ Object { "href": "https://grafana.com/plugins?utm_source=grafana_plugin_list", "title": "Find more plugins on Grafana.com", } } searchQuery="" setSearchQuery={[Function]} target="_blank" /> <PluginList plugins={Array []} /> </PageContents> </Page> `;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件