Compare commits
No commits in common. "b448bcd43152397625527edc975c6d120b2002e7" and "4fc462a9e491237b953d5f648c24a318060afd0c" have entirely different histories.
b448bcd431
...
4fc462a9e4
@ -339,7 +339,7 @@
|
|||||||
.config-actions {
|
.config-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
padding-top: 0;
|
padding-top: 24px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -102,9 +102,6 @@ if (typeof window.ConfigManager === 'undefined') {
|
|||||||
// the heading.
|
// the heading.
|
||||||
if (category === 'features') {
|
if (category === 'features') {
|
||||||
formHTML += '<div class="danger-zone-section danger-zone-section--header-only"><div class="danger-zone-header"><h3>⚠️ Danger Zone</h3><p>These options are for advanced users and may affect system stability</p></div></div>';
|
formHTML += '<div class="danger-zone-section danger-zone-section--header-only"><div class="danger-zone-header"><h3>⚠️ Danger Zone</h3><p>These options are for advanced users and may affect system stability</p></div></div>';
|
||||||
// Divider below the features Danger Zone banner, separating it from
|
|
||||||
// the feature fields — same rule used elsewhere in the config form.
|
|
||||||
formHTML += '<div class="config-divider"></div>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//console.log('ConfigManager: About to process configData entries:', Object.keys(configData));
|
//console.log('ConfigManager: About to process configData entries:', Object.keys(configData));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user