Compare commits
No commits in common. "7868517d54a04a2d170154a023b9c5cdf01ad287" and "a8161f04e5965127f08ecaa490ae5feaf621b01e" have entirely different histories.
7868517d54
...
a8161f04e5
@ -661,13 +661,6 @@ 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