Add instance ID to JSON output

This commit is contained in:
2025-12-06 21:28:17 +01:00
parent 0217f7cc4e
commit 02193bd309
3 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,6 @@ func (im *instanceManager) ListInstances() ([]*instance.Instance, error) {
if node := im.getNodeForInstance(inst); node != nil {
remoteInst, err := im.remote.getInstance(ctx, node, inst.Name)
if err != nil {
// Log error but continue with stale data
// Don't fail the entire list operation due to one remote failure
continue
}