Compare commits
2 Commits
4fc462a9e4
...
b448bcd431
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b448bcd431 | ||
|
|
1fc7ff95a2 |
@ -339,7 +339,7 @@
|
||||
.config-actions {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
padding-top: 24px;
|
||||
padding-top: 0;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
|
||||
@ -102,6 +102,9 @@ if (typeof window.ConfigManager === 'undefined') {
|
||||
// the heading.
|
||||
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>';
|
||||
// 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));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user