diff --git a/app/tasks/sdks.php b/app/tasks/sdks.php index df247298fd..144233529e 100644 --- a/app/tasks/sdks.php +++ b/app/tasks/sdks.php @@ -46,7 +46,7 @@ $cli 'gitUserName' => 'appwrite', ], 'js' => [ - 'version' => 'v1.0.10', + 'version' => 'v1.0.11', 'result' => __DIR__ . '/../sdks/js/', 'gitURL' => 'https://github.com/appwrite/sdk-for-js.git', 'gitRepo' => 'git@github.com:appwrite/sdk-for-js.git', diff --git a/app/views/console/account/index.phtml b/app/views/console/account/index.phtml index ea034e9c62..ba3bb7118c 100644 --- a/app/views/console/account/index.phtml +++ b/app/views/console/account/index.phtml @@ -220,7 +220,7 @@ use Utopia\Locale\Locale; - + on   @@ -275,7 +275,7 @@ use Utopia\Locale\Locale; - + diff --git a/app/views/console/home/index.phtml b/app/views/console/home/index.phtml index 07f20ed27e..a1793db5f9 100644 --- a/app/views/console/home/index.phtml +++ b/app/views/console/home/index.phtml @@ -132,7 +132,7 @@ $graph = $this->getParam('graph', false);
-
-   diff --git a/app/views/console/settings/index.phtml b/app/views/console/settings/index.phtml index 0211ae4e5e..92d4041bc9 100644 --- a/app/views/console/settings/index.phtml +++ b/app/views/console/settings/index.phtml @@ -56,7 +56,7 @@ use Utopia\Locale\Locale;
- + @@ -175,7 +175,7 @@ use Utopia\Locale\Locale; User Avatar
-       +      
diff --git a/app/views/console/users/index.phtml b/app/views/console/users/index.phtml index 40388ec20a..ce5a9e60c8 100644 --- a/app/views/console/users/index.phtml +++ b/app/views/console/users/index.phtml @@ -12,130 +12,99 @@ $providers = $this->getParam('providers', []);