From 92060d0b89da062a2aa4bf3fa9ee0b3285ab43b4 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Tue, 4 Feb 2020 09:14:03 +0200 Subject: [PATCH] Updated empty list message --- app/controllers/api/projects.php | 2 ++ app/views/console/index.phtml | 4 ++-- app/views/console/keys/index.phtml | 2 +- app/views/console/storage/index.phtml | 2 +- app/views/console/tasks/index.phtml | 2 +- app/views/console/users/index.phtml | 4 ++-- app/views/console/webhooks/index.phtml | 2 +- 7 files changed, 10 insertions(+), 8 deletions(-) diff --git a/app/controllers/api/projects.php b/app/controllers/api/projects.php index 49c2a25933..1ae94bb281 100644 --- a/app/controllers/api/projects.php +++ b/app/controllers/api/projects.php @@ -63,8 +63,10 @@ $utopia->post('/v1/projects') 'legalAddress' => $legalAddress, 'legalTaxId' => $legalTaxId, 'teamId' => $team->getUid(), + 'platforms' => [], 'webhooks' => [], 'keys' => [], + 'tasks' => [], ] ); diff --git a/app/views/console/index.phtml b/app/views/console/index.phtml index aae64c8119..ea34764017 100644 --- a/app/views/console/index.phtml +++ b/app/views/console/index.phtml @@ -27,7 +27,7 @@ $home = $this->getParam('home', ''); data-success-param-trigger-events="projects.list"> @@ -35,7 +35,7 @@ $home = $this->getParam('home', '');