feat: change default gateway registration to true in scaffold UI
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 30s

This commit is contained in:
jade
2026-08-13 17:51:02 +09:00
parent 8f1c64ac58
commit 04497a608c

View File

@@ -992,7 +992,8 @@
<div class="col-md-6 mt-3 mt-md-0">
<label class="form-label">Gateway Registration</label>
<select class="form-select" name="register">
<option value="false" selected>False (Private)</option>
<option value="true" selected>True (Public)</option>
<option value="false">False (Private)</option>
</select>
<div class="input-hint">Controls dynamic routing exposure.</div>
</div>