mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 06:05:37 +07:00
Hard limit for the log of 5000 entries
This commit is contained in:
@@ -116,7 +116,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
<br />
|
||||
<p>
|
||||
<label id="logLimit_label"></label><br />
|
||||
<input type="number" id="logLimit" value="" name="logLimit" class="form-control" min="-1">
|
||||
<input type="number" id="logLimit" value="" name="logLimit" class="form-control" min="0" max="5000">
|
||||
</p>
|
||||
<br />
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user