feat/fix: update ToolScaffolder interface, update scaffold.html, fix mci-mock port
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 14m20s
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 14m20s
This commit is contained in:
@@ -477,7 +477,6 @@
|
||||
<option value="HTTP">HTTP (REST)</option>
|
||||
<option value="TCP">TCP (Socket)</option>
|
||||
<option value="MCI">MCI (Legacy)</option>
|
||||
<option value="EAI">EAI (Internal)</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@@ -497,8 +496,7 @@
|
||||
<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="true">True (Public)</option>
|
||||
<option value="false">False (Private)</option>
|
||||
<option value="false" selected>False (Private)</option>
|
||||
</select>
|
||||
<div class="input-hint">Controls dynamic routing exposure.</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user