+ {!expanded ? ( + // Collapsed: intro line of traceback, expandable upon click + <>Traceback (most recent call last): ...> + ) : ( + // Expanded: display full traceback + <>{displayDescr}> + )} ++ + {expanded && ( + // Expanded: Copy + Fullscreen buttons in top-right of cell +
+ {!expanded ? ( + // Collapsed: first line of YAML, expandable upon click + // "..." appended if more lines + <> + {firstLine} + {lines.length > 1 && " ..."} + > + ) : ( + // Expanded: YAML + <>{formattedConfig}> + )} ++ + {expanded && ( + // Expanded: copy button in top-right of cell + + )} +
Filter:
{/* Scrollable multi-select checkboxes */} -