From 8f6208248245d13bb165aa9665ed5e5e97e73b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=A4ggmark?= Date: Fri, 22 Feb 2019 13:54:15 +0100 Subject: [PATCH] Added feature toggle to defaults.ini and sample.ini after PR comments --- conf/defaults.ini | 3 +++ conf/sample.ini | 3 +++ 2 files changed, 6 insertions(+) diff --git a/conf/defaults.ini b/conf/defaults.ini index a87aba10adb..df02e01235b 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -243,6 +243,9 @@ external_manage_info = # Viewers can edit/inspect dashboard settings in the browser. But not save the dashboard. viewers_can_edit = false +# Editors can administrate dashboard, folders and teams they create +editors_can_own = false + [auth] # Login cookie name login_cookie_name = grafana_session diff --git a/conf/sample.ini b/conf/sample.ini index dbbb3593f0f..57ff82181de 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -223,6 +223,9 @@ log_queries = # Viewers can edit/inspect dashboard settings in the browser. But not save the dashboard. ;viewers_can_edit = false +# Editors can administrate dashboard, folders and teams they create +;editors_can_own = false + [auth] # Login cookie name ;login_cookie_name = grafana_session