1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

Update setup.ejs

This commit is contained in:
Bartek
2025-01-19 15:14:21 +01:00
committed by GitHub
parent 85b3d68ce0
commit d806e06ab3

View File

@@ -233,7 +233,7 @@
<h4 class="top-25">Themes</h4>
<%- include('_components', { component: 'dropdown', id: 'server-theme-selector', inputId: 'webserver-defaultTheme', label: 'Default server theme', cssClass: '', placeholder: 'Default',
options: [
{ value: 'theme1', label: 'Default' },
{ value: 'theme1', label: 'Mint' },
{ value: 'theme2', label: 'Cappuccino' },
{ value: 'theme3', label: 'Nature' },
{ value: 'theme4', label: 'Ocean' },