mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Datasources: fixed long error message overflowing container (#29440)
* Fixed: error message overflow container Signed-off-by: Uchechukwu Obasi <obasiuche62@gmail.com> * used min-width property for better styling Signed-off-by: Uchechukwu Obasi <obasiuche62@gmail.com> * Switched to Alert component * Fixed passing aria-label to Alert component * Fixed e2e test (I hope) * another attempt to fix e2e * Fixed display name Co-authored-by: Uchechukwu Obasi <obate@Uchechukwus-MacBook-Pro.local> Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
This commit is contained in:
@@ -14,7 +14,6 @@ export const Pages = {
|
||||
delete: 'Data source settings page Delete button',
|
||||
saveAndTest: 'Data source settings page Save and Test button',
|
||||
alert: 'Data source settings page Alert',
|
||||
alertMessage: 'Data source settings page Alert message',
|
||||
},
|
||||
DataSources: {
|
||||
url: '/datasources',
|
||||
|
||||
Reference in New Issue
Block a user