From 216589fed5af8f33aa35b8b63302cd984945e92a Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 2 Apr 2020 00:41:29 +0300 Subject: [PATCH] Removed some legacy code --- app/views/console/database/collection.phtml | 19 +++- app/views/console/database/document.phtml | 115 ++++++++++++-------- app/views/console/settings/index.phtml | 8 +- app/views/console/storage/index.phtml | 8 +- app/views/console/users/index.phtml | 4 +- app/views/layouts/default.phtml | 10 +- gulpfile.js | 1 + public/dist/scripts/app-all.js | 34 +++--- public/dist/scripts/app.js | 34 +++--- public/dist/styles/default-ltr.css | 2 +- public/dist/styles/default-rtl.css | 2 +- public/scripts/app.js | 53 --------- public/scripts/filters.js | 10 ++ public/scripts/views/forms/add.js | 18 ++- public/scripts/views/general/cookies.js | 22 ++++ public/scripts/views/service.js | 70 ++---------- public/styles/comps/box.less | 2 - public/styles/forms.less | 18 ++- 18 files changed, 201 insertions(+), 229 deletions(-) create mode 100644 public/scripts/views/general/cookies.js diff --git a/app/views/console/database/collection.phtml b/app/views/console/database/collection.phtml index e59a214645..9ca02e0166 100644 --- a/app/views/console/database/collection.phtml +++ b/app/views/console/database/collection.phtml @@ -19,6 +19,10 @@
+ '', + 'bind' => ' data-ls-bind="{{project-document|documentLabel}}"', + ], + [ + 'key' => '-array', + 'bind' => ' data-ls-bind="{{node}}"', + ], +]; +?> - + + - + - + - - - + +