mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Set 'entity_type' as 'global' for global config panel
This commit is contained in:
parent
5494ce5def
commit
91b5618743
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ def settings_reset_all(operation_logger):
|
|||
|
||||
|
||||
class SettingsConfigPanel(ConfigPanel):
|
||||
entity_type = "settings"
|
||||
entity_type = "global"
|
||||
save_path_tpl = SETTINGS_PATH
|
||||
save_mode = "diff"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue