From a6a225ded03d113ecd4ea2d2eb027ffbf22fd782 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Thu, 22 Aug 2019 13:44:55 +0300 Subject: [PATCH] Added tags input field --- app/views/console/database/index.phtml | 2 + app/views/console/storage/index.phtml | 8 +-- gulpfile.js | 1 + public/dist/scripts/app-all.js | 10 ++- public/dist/scripts/app.js | 10 ++- public/dist/styles/default-ltr.css | 2 +- public/dist/styles/default-rtl.css | 2 +- public/scripts/views/forms/tags.js | 91 ++++++++++++++++++++++++++ public/styles/forms.less | 59 ++++++++++++++++- 9 files changed, 176 insertions(+), 9 deletions(-) diff --git a/app/views/console/database/index.phtml b/app/views/console/database/index.phtml index 86ccc92e66..eafa50b1e2 100644 --- a/app/views/console/database/index.phtml +++ b/app/views/console/database/index.phtml @@ -8,9 +8,11 @@ use Utopia\Locale\Locale; +