fix: fixed rendering for map inside score, added wrap or truncate to keep string inside column, increased column width to accomodate urls
This commit is contained in:
@@ -57,7 +57,7 @@ impl<T: Topology + std::fmt::Debug> ScoreListWidget<T> {
|
||||
state: ExecutionState::INITIATED,
|
||||
score: score.clone_box(),
|
||||
});
|
||||
info!("{:#?}\n\nConfirm Execution (Press y/n)", score);
|
||||
info!("{}\n\nConfirm Execution (Press y/n)", score.name());
|
||||
info!("{}", score.print_score_details());
|
||||
} else {
|
||||
warn!("No Score selected, nothing to launch");
|
||||
|
||||
Reference in New Issue
Block a user