From a74fff6dd386ab0b93be17b77553518400f2fa08 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Tue, 14 Nov 2023 18:43:32 +0100 Subject: [PATCH] [FIX] cleanup --- config_panel.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index bf4b748..72b559c 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -4,7 +4,6 @@ version = "1.0" name = "Manage custom code" [custom_code.components] - name = "Custom code" [custom_code.components.custom_repo] ask = "Fill in your custom repo" @@ -31,9 +30,7 @@ name = "Edit the odoo config file" services = ["__APP__"] [config_file.components] - name = "Config file" [config_file.components.config_file] - help = "When you change this, you need to restart your app" type = "text" bind = "/etc/__APP__/main.conf"