Update UI for session/conflict controls and remove workspace dir
This commit is contained in:
@@ -90,6 +90,23 @@
|
||||
</form>
|
||||
<div id="run-status" class="subtle"></div>
|
||||
|
||||
<div class="divider"></div>
|
||||
<h3>Session Controls</h3>
|
||||
<form id="session-form" class="stacked-form">
|
||||
<label>
|
||||
Project Path (absolute)
|
||||
<input id="session-project-path" type="text" placeholder="/abs/path/to/project" />
|
||||
</label>
|
||||
<label class="inline-checkbox">
|
||||
<input id="session-close-merge" type="checkbox" />
|
||||
Merge base into project when closing selected session
|
||||
</label>
|
||||
<div class="inline-actions">
|
||||
<button id="session-create" type="button">Create Session</button>
|
||||
<button id="session-close" type="button">Close Selected Session</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div class="divider"></div>
|
||||
<h3>Node Inspector</h3>
|
||||
<div id="node-inspector" class="inspector empty">Select a graph node.</div>
|
||||
@@ -196,6 +213,7 @@
|
||||
<label>AGENT_TOPOLOGY_MAX_DEPTH<input id="cfg-topology-depth" type="number" min="1" /></label>
|
||||
<label>AGENT_TOPOLOGY_MAX_RETRIES<input id="cfg-topology-retries" type="number" min="0" /></label>
|
||||
<label>AGENT_RELATIONSHIP_MAX_CHILDREN<input id="cfg-relationship-children" type="number" min="1" /></label>
|
||||
<label>AGENT_MERGE_CONFLICT_MAX_ATTEMPTS<input id="cfg-merge-conflict-attempts" type="number" min="1" /></label>
|
||||
<label>AGENT_PORT_BASE<input id="cfg-port-base" type="number" min="1" /></label>
|
||||
<label>AGENT_PORT_BLOCK_SIZE<input id="cfg-port-block-size" type="number" min="1" /></label>
|
||||
<label>AGENT_PORT_BLOCK_COUNT<input id="cfg-port-block-count" type="number" min="1" /></label>
|
||||
|
||||
Reference in New Issue
Block a user