Skip to content
Open
Show file tree
Hide file tree
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
26 changes: 25 additions & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,30 @@ <h1>Visual Subnet Calculator</h1>
pattern="^([0-9]|[12][0-9]|3[0-2])$"
required></div>
</div>
<div class="font-monospace col-lg-2 col-md-3 col-4">
<div><label for="targetsize" class="form-label mb-0 ms-1">Split to Size (optional)</label></div>
<div><input data-bs-toggle="tooltip"
data-bs-placement="top"
data-bs-custom-class="custom-tooltip"
data-bs-title="Error"
data-bs-trigger="manual"
name="targetsize"
id="targetsize"
type="text"
class="form-control w-10"
placeholder="27"
aria-label="Target Size"
pattern="^([0-9]|[12][0-9]|3[0-2])$"></div>
</div>
<div class="font-monospace col-lg-2 col-md-3 col-4">
<div style="height:1.5rem"></div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="gateway_checkbox" name="gateway_checkbox" checked>
<label class="form-check-label" for="gateway_checkbox">
Include Gateway (3 IPs reserved)
</label>
</div>
</div>
<div class="col-lg-2 col-md-3 col-3 font-">
<div style="height:1.5rem"></div>
<div>
Expand Down Expand Up @@ -287,4 +311,4 @@ <h4 class="mt-4">Credits</h4>
<script src="js/main.js"></script>
</div>
</body>
</html>
</html>
Loading