From fbce02887d7853c7f5c84ebc12b8729be0f944fc Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Wed, 3 Jan 2024 11:07:13 +0100 Subject: [PATCH 1/2] Add an 'Appearance' category to the wizard --- .../main/resources/jenkins/install/platform-plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/src/main/resources/jenkins/install/platform-plugins.json b/core/src/main/resources/jenkins/install/platform-plugins.json index 15dd708447c7..9f94c79614cf 100644 --- a/core/src/main/resources/jenkins/install/platform-plugins.json +++ b/core/src/main/resources/jenkins/install/platform-plugins.json @@ -94,6 +94,14 @@ { "name": "mailer", "suggested": true } ] }, + { + "category": "Appearance", + "plugins": [ + { "name": "dark-theme", "suggested": true }, + { "name": "simple-theme-plugin" }, + { "name": "login-theme" } + ] + }, { "category": "Languages", "plugins": [{ "name": "locale" }, { "name": "localization-zh-cn" }] From 3a5fb2c6025e2c2a49bb5b80ed8a8521d8f2a424 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Thu, 4 Jan 2024 23:02:30 +0100 Subject: [PATCH 2/2] Address feedback --- .../main/resources/jenkins/install/platform-plugins.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/src/main/resources/jenkins/install/platform-plugins.json b/core/src/main/resources/jenkins/install/platform-plugins.json index 9f94c79614cf..62885083fbdd 100644 --- a/core/src/main/resources/jenkins/install/platform-plugins.json +++ b/core/src/main/resources/jenkins/install/platform-plugins.json @@ -96,11 +96,7 @@ }, { "category": "Appearance", - "plugins": [ - { "name": "dark-theme", "suggested": true }, - { "name": "simple-theme-plugin" }, - { "name": "login-theme" } - ] + "plugins": [{ "name": "dark-theme", "suggested": true }] }, { "category": "Languages",