mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-26 19:24:57 +01:00
wip: zen
This commit is contained in:
@@ -96,7 +96,7 @@ export function PaymentSection() {
|
|||||||
}}
|
}}
|
||||||
data-slot="receipt-button"
|
data-slot="receipt-button"
|
||||||
>
|
>
|
||||||
view
|
View
|
||||||
</button>
|
</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ export default function () {
|
|||||||
}
|
}
|
||||||
>
|
>
|
||||||
<span data-slot="balance">
|
<span data-slot="balance">
|
||||||
Current balance: <b>${balanceAmount() === "-0.00" ? "0.00" : balanceAmount()}</b>
|
Current balance <b>${balanceAmount() === "-0.00" ? "0.00" : balanceAmount()}</b>
|
||||||
</span>
|
</span>
|
||||||
</Show>
|
</Show>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -67,8 +67,7 @@ export function ModelSection() {
|
|||||||
<div data-slot="section-title">
|
<div data-slot="section-title">
|
||||||
<h2>Models</h2>
|
<h2>Models</h2>
|
||||||
<p>
|
<p>
|
||||||
Manage which models workspace members can access. Requests will fail if a member tries to use a disabled
|
Manage which models workspace members can access. <a href="/docs/zen#pricing ">Learn more</a>.
|
||||||
model.{userInfo()?.isAdmin ? "" : " To use a disabled model, contact your workspace’s admin."}
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div data-slot="models-list">
|
<div data-slot="models-list">
|
||||||
|
|||||||
Reference in New Issue
Block a user