From c2a4c462acfe6da3839d9fbd6578bf85e0fde96e Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Tue, 4 Feb 2020 08:28:41 +0200 Subject: [PATCH] Added event counters --- app/views/console/account/index.phtml | 24 ++++++++++ app/views/console/comps/footer.phtml | 18 ++++++-- app/views/console/comps/header.phtml | 61 ++++++++++++++++++++----- app/views/console/home/index.phtml | 15 ++++-- app/views/console/keys/index.phtml | 9 ++++ app/views/console/settings/index.phtml | 33 +++++-------- app/views/console/storage/index.phtml | 6 +++ app/views/console/tasks/index.phtml | 9 ++++ app/views/console/users/index.phtml | 12 +++++ app/views/console/users/view.phtml | 12 +++++ app/views/console/webhooks/index.phtml | 9 ++++ public/dist/scripts/app-all.js | 2 +- public/dist/scripts/app.js | 2 +- public/dist/styles/default-ltr.css | 2 +- public/dist/styles/default-rtl.css | 2 +- public/scripts/views/analytics/event.js | 2 +- public/styles/typography.less | 4 ++ 17 files changed, 179 insertions(+), 43 deletions(-) diff --git a/app/views/console/account/index.phtml b/app/views/console/account/index.phtml index 7662729ac9..5c46d9a999 100644 --- a/app/views/console/account/index.phtml +++ b/app/views/console/account/index.phtml @@ -21,6 +21,9 @@
Update Password PLEASE NOTE: Account deletion is irreversible.

getParam('version', '');