fix(cli): clarify daemon executable status label

This commit is contained in:
Mohamed Boudra
2026-07-06 16:40:40 +02:00
parent 887845418e
commit 952e9e2974

View File

@@ -127,7 +127,7 @@ function toStatusRows(status: DaemonStatus): StatusRow[] {
{ key: "Owner", value: status.owner ?? "-" },
{ key: "Logs", value: status.logPath },
{ key: "Daemon Node", value: status.daemonNode },
{ key: "Daemon Executable", value: status.daemonExecutablePath ?? "-" },
{ key: "PID Lock Executable", value: status.daemonExecutablePath ?? "-" },
{ key: "CLI Node", value: status.cliNode },
{ key: "CLI", value: status.cliVersion },
{ key: "Daemon Version", value: status.daemonVersion ?? "-" },