huskies: merge 994
This commit is contained in:
@@ -332,7 +332,9 @@ fn render_item_line(
|
||||
_ => format!(" \u{1F534} {display}{cost_suffix}{dep_suffix}\n"),
|
||||
};
|
||||
}
|
||||
let throttled = agent.map(|a| a.throttled).unwrap_or(false);
|
||||
let throttled = agent
|
||||
.and_then(|a| a.throttled)
|
||||
.is_some_and(|until| until > chrono::Utc::now());
|
||||
let dot = super::traffic_light_dot(blocked, throttled, agent.is_some());
|
||||
if let Some(agent) = agent {
|
||||
let model_str = config
|
||||
|
||||
Reference in New Issue
Block a user