mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 05:52:35 +08:00
fix(cli): space model usage sections
This commit is contained in:
@@ -127,10 +127,10 @@ function View(props: { api: TuiPluginApi; session_id: string }) {
|
||||
</box>
|
||||
<Show when={modelsOpen()}>
|
||||
<Show when={data().models.length > 0} fallback={<text fg={theme().textMuted}>No model usage yet</text>}>
|
||||
<box gap={1}>
|
||||
<box gap={1} paddingTop={1}>
|
||||
<For each={groups()}>
|
||||
{(group) => (
|
||||
<box>
|
||||
<box gap={1}>
|
||||
<text fg={theme().text}>
|
||||
<b>{group.providerName}</b>
|
||||
</text>
|
||||
|
||||
Reference in New Issue
Block a user