feat: show session ID in dashboard status display
Add session label (last 8 chars) next to each group status. Export buildStatusContent and DashboardOptions for testing.
This commit is contained in:
@@ -256,6 +256,7 @@ async function main(): Promise<void> {
|
||||
const dashboardOpts = {
|
||||
assistantName: ASSISTANT_NAME,
|
||||
channels,
|
||||
getSessions: () => sessions,
|
||||
queue,
|
||||
registeredGroups: () => registeredGroups,
|
||||
statusChannelId: STATUS_CHANNEL_ID,
|
||||
|
||||
Reference in New Issue
Block a user