Compare commits
2 Commits
a8161f04e5
...
7868517d54
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7868517d54 | ||
|
|
dce230f24a |
@ -661,6 +661,13 @@ 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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user