Compare commits

..

No commits in common. "7868517d54a04a2d170154a023b9c5cdf01ad287" and "a8161f04e5965127f08ecaa490ae5feaf621b01e" have entirely different histories.

View File

@ -661,13 +661,6 @@ class ConfigShared {
<span class="input-group-text">${unitLabel}</span>
</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') {
fieldHTML += `
<div class="input-group">