grafana/public/app/plugins/panel/news
Leo 7df49ca230
Navigation: Add News to top nav (#55466)
* 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
2022-09-30 15:11:24 +02:00
..
component Navigation: Add News to top nav (#55466) 2022-09-30 15:11:24 +02:00
fixtures NewsPanel: Add support for Atom feeds (#45390) 2022-02-15 12:26:59 +00:00
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
atom.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
atom.ts NewsPanel: Add support for Atom feeds (#45390) 2022-02-15 12:26:59 +00:00
constants.ts NewsPanel: Remove Use Proxy option and update documentation with recommendations (#47189) 2022-04-05 15:16:28 +02:00
feed.ts NewsPanel: Add support for Atom feeds (#45390) 2022-02-15 12:26:59 +00:00
models.cue plugins: New static scanner and validator, with Thema slot support (#53754) 2022-08-22 12:11:45 -04:00
models.gen.ts codegen: Introduce TS codegen veneer (#54816) 2022-09-26 11:26:18 -04:00
module.tsx chore: remove executable permissions of source files and docs (#46303) 2022-05-03 12:08:14 +02:00
NewsPanel.tsx Navigation: Add News to top nav (#55466) 2022-09-30 15:11:24 +02:00
plugin.json chore: remove executable permissions of source files and docs (#46303) 2022-05-03 12:08:14 +02:00
README.md Example fixes for #40173 (#40175) 2021-10-12 15:45:30 -04:00
rss.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
rss.ts NewsPanel: Add support for Atom feeds (#45390) 2022-02-15 12:26:59 +00:00
types.ts chore: remove executable permissions of source files and docs (#46303) 2022-05-03 12:08:14 +02:00
useNewsFeed.tsx Navigation: Add News to top nav (#55466) 2022-09-30 15:11:24 +02:00
utils.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
utils.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00

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/