Integration Architecture Dashboard
System Status
NOMINAL
Monitored Systems
0
Degraded Integrations
0
Down Integrations
0
System Integration Matrix
Add System
| System Name | Action |
|---|
Set Integration Status
No systems added. Add systems in the "Manage Architecture" tab.
'; return; } let table = '| '; systems.forEach(sys => table += ` | ${sys} | `); table += '|
|---|---|---|
| ${from} | `; systems.forEach(to => { if (from === to) { table += ''; } else { const status = statuses[`${from}-${to}`] || 'ok'; table += ` | `; } }); table += ' |
