1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 06:23:53 +01:00

Update index.ejs

This commit is contained in:
Bartek
2025-01-19 15:14:32 +01:00
committed by GitHub
parent d806e06ab3
commit 6df76646a9

View File

@@ -325,7 +325,7 @@
<div class="panel-full flex-center no-bg m-0"> <div class="panel-full flex-center no-bg m-0">
<%- include('_components', { component: 'dropdown', id: 'theme-selector', inputId: 'theme-selector-input', label: 'Theme', cssClass: '', placeholder: 'Default', <%- include('_components', { component: 'dropdown', id: 'theme-selector', inputId: 'theme-selector-input', label: 'Theme', cssClass: '', placeholder: 'Default',
options: [ options: [
{ value: 'theme1', label: 'Default' }, { value: 'theme1', label: 'Mint' },
{ value: 'theme2', label: 'Cappuccino' }, { value: 'theme2', label: 'Cappuccino' },
{ value: 'theme3', label: 'Nature' }, { value: 'theme3', label: 'Nature' },
{ value: 'theme4', label: 'Ocean' }, { value: 'theme4', label: 'Ocean' },