grafana/public/app/plugins/datasource/dashboard
Ivana Huckova 1c58202b26
@grafana/ui: Replace various icons using Icon component (#23442)
* Replace icons in dashboard and settings

* Replace icons in alerting

* Update batch of icons

* Implement icons accross various files

* Style updates

* Search: Fix recent and starred icons

* Update styling and details

* Replace new icon created by unicons

* Fix e2e test, styling

* Minor styling updates

Co-authored-by: Clarity-89 <homes89@ukr.net>
2020-04-12 22:20:02 +02:00
..
DashboardQueryEditor.tsx @grafana/ui: Replace various icons using Icon component (#23442) 2020-04-12 22:20:02 +02:00
datasource.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
index.ts QueryProcessing: Observable query interface and RxJS for query & stream processing (#18899) 2019-09-12 17:28:46 +02:00
module.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
plugin.json SharedQuery: don't explode when missing logo (#20187) 2019-11-07 07:13:20 +01:00
README.md DashboardDatasource: reuse query results within a dashboard (#16660) 2019-08-27 11:06:49 +02:00
runSharedRequest.test.ts Chore: reduces strict null errors to 824 (#22744) 2020-03-12 10:22:33 +01:00
runSharedRequest.ts NewPanelEditor: Enable new edit mode (#23405) 2020-04-10 16:37:26 +02:00
types.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00

Dashboard Datasource - Native Plugin

This is a built in datasource that lets you reuse the query from other panels in the same dashboard.