mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
feat: html fixes
This commit is contained in:
parent
6ebdea2738
commit
eeccb0d1dd
2 changed files with 2 additions and 2 deletions
2
.env
2
.env
|
|
@ -34,7 +34,7 @@ _APP_SMTP_PORT=1025
|
||||||
_APP_SMTP_SECURE=
|
_APP_SMTP_SECURE=
|
||||||
_APP_SMTP_USERNAME=
|
_APP_SMTP_USERNAME=
|
||||||
_APP_SMTP_PASSWORD=
|
_APP_SMTP_PASSWORD=
|
||||||
_APP_STORAGE_LIMIT=30000000
|
_APP_STORAGE_LIMIT=3000000000
|
||||||
_APP_FUNCTIONS_SIZE_LIMIT=30000000
|
_APP_FUNCTIONS_SIZE_LIMIT=30000000
|
||||||
_APP_FUNCTIONS_TIMEOUT=900
|
_APP_FUNCTIONS_TIMEOUT=900
|
||||||
_APP_FUNCTIONS_BUILD_TIMEOUT=900
|
_APP_FUNCTIONS_BUILD_TIMEOUT=900
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
data-scope="sdk"
|
data-scope="sdk"
|
||||||
data-name="project-buckets">
|
data-name="project-buckets">
|
||||||
|
|
||||||
<div data-ls-if="0 == {{project-buckets.total}} || undefined == {{project-buckets.total}}" class="box dashboard margin-bottom">
|
<div data-ls-if="(!{{project-buckets.total}})" class="box dashboard margin-bottom">
|
||||||
<div class="margin-bottom-small margin-top-small margin-end margin-start">
|
<div class="margin-bottom-small margin-top-small margin-end margin-start">
|
||||||
<h3 class="margin-bottom-small text-bold">No Buckets Found</h3>
|
<h3 class="margin-bottom-small text-bold">No Buckets Found</h3>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue