Merge claude/2
This commit is contained in:
commit
7868517d54
@ -661,6 +661,13 @@ class ConfigShared {
|
|||||||
<span class="input-group-text">${unitLabel}</span>
|
<span class="input-group-text">${unitLabel}</span>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
} else if (key === 'CFG_BACKUP_VERIFY_DATA_PERCENT') {
|
||||||
|
fieldHTML += `
|
||||||
|
<div class="input-group">
|
||||||
|
<input type="number" id="${fieldId}" name="${key}" value="${value}" class="form-control" min="1" max="100" placeholder="5">
|
||||||
|
<span class="input-group-text">%</span>
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
} else if (key === 'CFG_UPDATER_CHECK') {
|
} else if (key === 'CFG_UPDATER_CHECK') {
|
||||||
fieldHTML += `
|
fieldHTML += `
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user