Overlay view showing full details for a selected service config.
Summary
Functions
Renders a centered overlay with full service config details.
Functions
@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.