mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PublicDashboards: Email sharing (#63762)
Feature for sharing a public dashboard by email
This commit is contained in:
@@ -200,6 +200,12 @@ export const Pages = {
|
||||
UnsupportedDataSourcesWarningAlert: 'data-testid public dashboard unsupported data sources alert',
|
||||
NoUpsertPermissionsWarningAlert: 'data-testid public dashboard no upsert permissions alert',
|
||||
EnableTimeRangeSwitch: 'data-testid public dashboard on off switch for time range',
|
||||
EmailSharingConfiguration: {
|
||||
ShareType: 'data-testid public dashboard share type',
|
||||
EmailSharingInput: 'data-testid public dashboard email sharing input',
|
||||
EmailSharingInviteButton: 'data-testid public dashboard email sharing invite button',
|
||||
EmailSharingList: 'data-testid public dashboard email sharing list',
|
||||
},
|
||||
},
|
||||
},
|
||||
Explore: {
|
||||
|
||||
Reference in New Issue
Block a user