From fc8cbb5088ee16181b391b1c151e1ba21957f172 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 29 Oct 2020 22:11:16 +0200 Subject: [PATCH] Templates sync --- app/init.php | 1 - app/tasks/doctor.php | 3 +-- app/views/console/comps/header.phtml | 18 ------------------ app/views/console/database/collection.phtml | 4 ++-- app/views/console/database/index.phtml | 2 +- app/views/console/database/rules/array.phtml | 2 +- app/views/console/index.phtml | 2 +- app/views/console/tasks/index.phtml | 2 +- app/views/console/webhooks/index.phtml | 2 +- 9 files changed, 8 insertions(+), 28 deletions(-) diff --git a/app/init.php b/app/init.php index 03d1c94ca..281bc743c 100644 --- a/app/init.php +++ b/app/init.php @@ -447,7 +447,6 @@ App::setResource('consoleDB', function($register) { $consoleDB = new Database(); $consoleDB->setAdapter(new RedisAdapter(new MySQLAdapter($register), $register)); $consoleDB->setNamespace('app_console'); // Should be replaced with param if we want to have parent projects - $consoleDB->setMocks(Config::getParam('collections', [])); return $consoleDB; diff --git a/app/tasks/doctor.php b/app/tasks/doctor.php index 0ab19f290..27479bb30 100644 --- a/app/tasks/doctor.php +++ b/app/tasks/doctor.php @@ -213,7 +213,6 @@ $cli Console::error('🔴 ' . $message); } } - try { Console::log(''); @@ -232,4 +231,4 @@ $cli } catch (\Throwable $th) { Console::error('Failed to check for a newer version'."\n"); } - }); \ No newline at end of file + }); diff --git a/app/views/console/comps/header.phtml b/app/views/console/comps/header.phtml index ead2423b2..5aeb0c0bd 100644 --- a/app/views/console/comps/header.phtml +++ b/app/views/console/comps/header.phtml @@ -183,24 +183,6 @@ data-name="projects" data-scope="console"> -
- -
- -
-
Appwrite Light Logo diff --git a/app/views/console/database/collection.phtml b/app/views/console/database/collection.phtml index fc9f99351..faab1fb44 100644 --- a/app/views/console/database/collection.phtml +++ b/app/views/console/database/collection.phtml @@ -501,7 +501,7 @@ $maxCells = 10;