fn render_silo_table_ratatui(
runtime_rows: &[SiloListRow],
config_rows: &[ConfigListRow],
config_source: &str,
) -> Result<bool, ShellError>Expand description
Performs the render silo table ratatui operation.
fn render_silo_table_ratatui(
runtime_rows: &[SiloListRow],
config_rows: &[ConfigListRow],
config_source: &str,
) -> Result<bool, ShellError>Performs the render silo table ratatui operation.