feat(FN-2311): default dashboard TUI to system section
- Reorder dashboard TUI sections so System is tab [1] and the initial active view - Update header rendering across wide, medium, and narrow terminal layouts to reflect the new tab order - Expand dashboard TUI tests to assert system-first labels and default active section behavior - Document system-first startup behavior in CLI reference and add a patch changeset for @runfusion/fusion
This commit is contained in:
@@ -70,12 +70,15 @@ interactive TUI with five sections:
|
||||
|
||||
| Section | Description |
|
||||
|---|---|
|
||||
| **Logs** | Real-time log entries with timestamps and severity levels |
|
||||
| **System** | Host, port, URL, auth mode, token, engine status, uptime |
|
||||
| **Logs** | Real-time log entries with timestamps and severity levels |
|
||||
| **Utilities** | Actions: refresh stats, clear logs, toggle engine pause |
|
||||
| **Stats** | Task counts by column, active task count, agent state counts |
|
||||
| **Settings** | Key settings from the task store |
|
||||
|
||||
On startup, the TUI opens on the **System** section by default so you can
|
||||
immediately see host/port and access-token details.
|
||||
|
||||
**Keyboard Navigation:**
|
||||
|
||||
| Key | Action |
|
||||
|
||||
Reference in New Issue
Block a user