Use corrct variable names (#46647)

This commit is contained in:
Karl Persson
2022-03-16 16:18:45 +01:00
committed by GitHub
parent f4bed21cee
commit 2727e2503f
2 changed files with 27 additions and 27 deletions

View File

@@ -28,7 +28,7 @@ var (
},
{
Action: accesscontrol.ActionAlertingRuleExternalRead,
Scope: datasources.ScopeDatasourcesAll,
Scope: datasources.ScopeAll,
},
},
},
@@ -56,7 +56,7 @@ var (
},
{
Action: accesscontrol.ActionAlertingRuleExternalWrite,
Scope: datasources.ScopeDatasourcesAll,
Scope: datasources.ScopeAll,
},
}),
},
@@ -77,7 +77,7 @@ var (
},
{
Action: accesscontrol.ActionAlertingInstancesExternalRead,
Scope: datasources.ScopeDatasourcesAll,
Scope: datasources.ScopeAll,
},
},
},
@@ -100,7 +100,7 @@ var (
},
{
Action: accesscontrol.ActionAlertingInstancesExternalWrite,
Scope: datasources.ScopeDatasourcesAll,
Scope: datasources.ScopeAll,
},
}),
},
@@ -120,7 +120,7 @@ var (
},
{
Action: accesscontrol.ActionAlertingNotificationsExternalRead,
Scope: datasources.ScopeDatasourcesAll,
Scope: datasources.ScopeAll,
},
},
},
@@ -146,7 +146,7 @@ var (
},
{
Action: accesscontrol.ActionAlertingNotificationsExternalWrite,
Scope: datasources.ScopeDatasourcesAll,
Scope: datasources.ScopeAll,
},
}),
},