mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs: First take on describing feature toggle
This commit is contained in:
committed by
Leonard Gram
parent
a90b3e331e
commit
b9cf09a296
@@ -354,6 +354,11 @@ options are `Admin` and `Editor`. e.g. :
|
|||||||
Viewers can edit/inspect dashboard settings in the browser. But not save the dashboard.
|
Viewers can edit/inspect dashboard settings in the browser. But not save the dashboard.
|
||||||
Defaults to `false`.
|
Defaults to `false`.
|
||||||
|
|
||||||
|
### editors_can_admin
|
||||||
|
|
||||||
|
Editors can administrate dashboards, folders and teams they create.
|
||||||
|
Defaults to `false`.
|
||||||
|
|
||||||
### login_hint
|
### login_hint
|
||||||
|
|
||||||
Text used as placeholder text on login page for login/username input.
|
Text used as placeholder text on login page for login/username input.
|
||||||
|
|||||||
@@ -28,6 +28,9 @@ Can do everything scoped to the organization. For example:
|
|||||||
- Can create and modify dashboards & alert rules. This can be disabled on specific folders and dashboards.
|
- Can create and modify dashboards & alert rules. This can be disabled on specific folders and dashboards.
|
||||||
- **Cannot** create or edit data sources nor invite new users.
|
- **Cannot** create or edit data sources nor invite new users.
|
||||||
|
|
||||||
|
This role can be tweaked via Grafana server setting [editors_can_admin]({{< relref "installation/configuration.md#editors_can_admin" >}}). If you set this to true users
|
||||||
|
with **Editor** can also administrate dashboards, folders and teams they create. Useful for enabling self organizing teams.
|
||||||
|
|
||||||
## Viewer Role
|
## Viewer Role
|
||||||
|
|
||||||
- View any dashboard. This can be disabled on specific folders and dashboards.
|
- View any dashboard. This can be disabled on specific folders and dashboards.
|
||||||
|
|||||||
Reference in New Issue
Block a user