mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 09:05:45 -06:00
* added news feed component * move button to news component * create newsfeed hooks and conver NewsPanel to functional component * added news_feed_enabled and news_feed_url to server settings ini * add default value in defaults.ini * set news drawer settings value to true by default * remove server settings config * use useToggle hook * fix newsitem render * support drawer on mobile screen * use media query utility |
||
---|---|---|
.. | ||
component | ||
fixtures | ||
img | ||
atom.test.ts | ||
atom.ts | ||
constants.ts | ||
feed.ts | ||
models.cue | ||
models.gen.ts | ||
module.tsx | ||
NewsPanel.tsx | ||
plugin.json | ||
README.md | ||
rss.test.ts | ||
rss.ts | ||
types.ts | ||
useNewsFeed.tsx | ||
utils.test.ts | ||
utils.ts |
News
This panel visualization displays an RSS feed. By default, it displays articles from the Grafana Labs blog.
Enter the URL of an RSS in the URL field in the Display section. This panel type does not accept any other queries.
https://grafana.com/docs/grafana/latest/visualizations/news-panel/