mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: usd
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
<InputNumber
|
||||
placeholder="Add budget cap"
|
||||
id="cap"
|
||||
label="Budget cap ($USD)"
|
||||
label="Budget cap (USD)"
|
||||
bind:value={budget} />
|
||||
{/if}
|
||||
</FormList>
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
<p class="text">
|
||||
{#if !extraUsage}
|
||||
<span class="text u-color-text-gray">Total to-date (in USD):</span>
|
||||
<span class="text u-color-text-gray">Total to-date:</span>
|
||||
{/if}
|
||||
${isTrial ? 0 : currentPlan?.price}
|
||||
</p>
|
||||
@@ -68,7 +68,7 @@
|
||||
<p class="text">${extraUsage}</p>
|
||||
</div>
|
||||
<div class="u-flex u-main-space-between">
|
||||
<p class="text u-color-text-gray">Total to-date (in USD):</p>
|
||||
<p class="text u-color-text-gray">Total to-date:</p>
|
||||
<p class="text">${currentInvoice?.amount}</p>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
<div class="u-sep-block-start" />
|
||||
{/if}
|
||||
<span class="u-flex u-main-space-between">
|
||||
<p class="text">Estimated total (in USD)</p>
|
||||
<p class="text">Estimated total</p>
|
||||
<p class="text">${totalExpences}</p>
|
||||
</span>
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
<div class="u-margin-block-start-16">
|
||||
<InputNumber
|
||||
id="budget"
|
||||
label="Budget cap ($USD)"
|
||||
label="Budget cap (USD)"
|
||||
placeholder="0"
|
||||
min={0}
|
||||
bind:value={$createOrganization.billingBudget} />
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
{/if}
|
||||
<div class="u-sep-block-start" />
|
||||
<span class="u-flex u-main-space-between">
|
||||
<p class="text">Estimated total (in USD)</p>
|
||||
<p class="text">Estimated total</p>
|
||||
<p class="text">
|
||||
${couponData?.status === 'active'
|
||||
? totalExpences - couponData.credits || 0
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
<div class="u-margin-block-start-16">
|
||||
<InputNumber
|
||||
id="budget"
|
||||
label="Budget cap ($USD)"
|
||||
label="Budget cap (USD)"
|
||||
placeholder="0"
|
||||
bind:value={$changeOrganizationTier.billingBudget} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user