PhoenixGenApiTui.Views.ServiceConfigDetail (phoenix_gen_api_tui v0.3.2)

Copy Markdown View Source

Overlay view showing full details for a selected service config.

Summary

Functions

Renders a centered overlay with full service config details.

Functions

render(service, area)

@spec render(term(), ExRatatui.Layout.Rect.t()) :: [
  {struct(), ExRatatui.Layout.Rect.t()}
]

Renders a centered overlay with full service config details.

Shows service name, nodes, module, function, args, and online status.

Returns a [{%Clear{}, rect}, {%Paragraph{}, rect}] pair.