Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions webroot/adm/salt.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ <h1>UID2 Env - Salt Management</h1>

<h3>Inputs</h3>

<label for="minAges">Min ages (seconds):</label>
<label for="minAges">Min age for salt rotation in seconds, you can specify min,max and we rotate salts in
between:</label>
<input type="text" id="minAges" name="minAges">
<label for="fraction">Fraction:</label>
<label for="fraction">Fraction of salts to rotate (between 0 and 1):</label>
<input type="text" id="fraction" name="fraction">

<br>
Expand Down