Prechádzať zdrojové kódy

Added feature toggle to defaults.ini and sample.ini after PR comments

Hugo Häggmark 6 rokov pred
rodič
commit
8f62082482
2 zmenil súbory, kde vykonal 6 pridanie a 0 odobranie
  1. 3 0
      conf/defaults.ini
  2. 3 0
      conf/sample.ini

+ 3 - 0
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

+ 3 - 0
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