mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 11:02:13 +08:00
Internationalisation: Mark up panel plugins for translations (#106068)
* config for panel plugin translations * markup * tweaks * prettier * use data-testid * rename disable rule now it's been moved * final markup
This commit is contained in:
@ -1002,10 +1002,10 @@ func CreateOrg(t *testing.T, db db.DB, cfg *setting.Cfg) int64 {
|
||||
requester := &identity.StaticRequester{
|
||||
OrgID: 1,
|
||||
Permissions: map[int64]map[string][]string{
|
||||
1: map[string][]string{
|
||||
1: {
|
||||
accesscontrol.ActionOrgsDelete: {"*"},
|
||||
},
|
||||
2: map[string][]string{
|
||||
2: {
|
||||
accesscontrol.ActionOrgsDelete: {"*"},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user