grafana/public/app/features/plugins/admin
Levente Balogh 82c038bd06
Plugins Catalog: add signature information to details (#38558)
* refaactor: extract the tab labels into a const

* feat: list - show signature badge for enterprise plugins as well

* feat(plugins): add a component for showing plugin signature details

* feat: add a component for showing signature info under details

* feat: add a component for displaying signature info in details header

* feat: extract the plugin details header into a separate component

* feat: show signature information on the plugins details page

* refactor(Plugins): use an enum instead of an object

* refactor(Plugins): use more strict typing for tabs

* refactor(Plugins): use function declaration instead of fat-arrow for components

* fix(Plugins): fix typo

* fix: make installed plugin config an optional param again

* refactor: cache plugin meta requests

* refactor: move PLUGIN_TAB_LABELS to the types module
2021-08-30 14:00:11 +02:00
..
components Plugins Catalog: add signature information to details (#38558) 2021-08-30 14:00:11 +02:00
hooks Plugins Catalog: add signature information to details (#38558) 2021-08-30 14:00:11 +02:00
img Plugins: converted the plugins admin app to a core feature in grafana (#36026) 2021-07-08 17:50:42 +02:00
pages Plugins Catalog: add signature information to details (#38558) 2021-08-30 14:00:11 +02:00
api.ts Plugins: Update Catalog Card UI (#37350) 2021-08-04 15:09:57 +02:00
constants.ts Plugins: converted the plugins admin app to a core feature in grafana (#36026) 2021-07-08 17:50:42 +02:00
guards.ts Plugins: converted the plugins admin app to a core feature in grafana (#36026) 2021-07-08 17:50:42 +02:00
helpers.ts Plugins: Refactor installation buttons component (#37642) 2021-08-26 17:15:43 +02:00
types.ts Plugins Catalog: add signature information to details (#38558) 2021-08-30 14:00:11 +02:00