grafana/public/app/plugins/panel/gettingstarted
Marcus Efraimsson 8fd153edb7
API: Restrict anonymous user information access (#18422)
Existing /api/alert-notifications now requires at least editor access.
Existing /api/alert-notifiers now requires at least editor access.
New /api/alert-notifications/lookup returns less information than
/api/alert-notifications and can be access by any authenticated user.
Existing /api/org/users now requires org admin role.
New /api/org/users/lookup returns less information than
/api/org/users and can be access by users that are org admins,
admin in any folder or admin of any team.
UserPicker component now uses /api/org/users/lookup instead
of /api/org/users.

Fixes #17318
2019-08-12 20:03:48 +02:00
..
img First pass of getting started panel for home dashboard 2016-11-02 17:21:11 -04:00
GettingStarted.tsx API: Restrict anonymous user information access (#18422) 2019-08-12 20:03:48 +02:00
module.ts GettingStarted: convert to react panel plugin (#16985) 2019-05-10 07:48:31 +02:00
plugin.json GettingStarted: Skip Query for getting started (#18268) 2019-07-28 07:54:38 +02:00
README.md First pass of getting started panel for home dashboard 2016-11-02 17:21:11 -04:00

Plugin List Panel - Native Plugin