mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: unpushed changes
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
{#if showBar}
|
||||
<div
|
||||
class="progress-bar-container u-margin-block-start-16"
|
||||
class:is-warning={progress >= 80 && progress < 100}
|
||||
class:is-warning={progress >= 75 && progress < 100}
|
||||
class:is-danger={progress >= 100}
|
||||
style:--graph-size={progress + '%'} />
|
||||
{/if}
|
||||
|
||||
@@ -165,7 +165,8 @@
|
||||
<Heading tag="h6" size="7">Storage</Heading>
|
||||
|
||||
<p class="text">
|
||||
Calculated for all storage operations across all projects in your organization.
|
||||
Calculated for all your files, deployments, builds and databases. While in beta, only
|
||||
file storage is counted against your plan limits.
|
||||
</p>
|
||||
|
||||
<svelte:fragment slot="aside">
|
||||
|
||||
+1
-1
@@ -54,7 +54,7 @@
|
||||
|
||||
<Collapsible>
|
||||
<CollapsibleItem>
|
||||
<svelte:fragment slot="title">Project breakdown</svelte:fragment>
|
||||
<svelte:fragment slot="tgit restore --stageditle">Project breakdown</svelte:fragment>
|
||||
<div class="table-wrapper">
|
||||
<Table noMargin noStyles>
|
||||
<TableHeader>
|
||||
|
||||
Reference in New Issue
Block a user