feat: enhance agent management with support for multiple instances and update UI accordingly
This commit is contained in:
@@ -84,7 +84,7 @@ func (a *Adapter) loadAgents() tea.Cmd {
|
||||
Enabled: s.Enabled,
|
||||
Running: s.Running,
|
||||
PID: s.PID,
|
||||
Instances: a.mgr.InstanceCount(s.ID),
|
||||
Instances: s.Instances,
|
||||
}
|
||||
|
||||
if s.Running {
|
||||
|
||||
Reference in New Issue
Block a user