From ffb3d81b1f30cbaf156ca5515542befcfca1ea69 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 19 Jan 2022 13:03:53 +0400 Subject: [PATCH] fix: use CLI user agent in account screen --- app/views/console/account/index.phtml | 11 ++++++++--- app/views/console/users/user.phtml | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/app/views/console/account/index.phtml b/app/views/console/account/index.phtml index cf9f11785f..71f2f83645 100644 --- a/app/views/console/account/index.phtml +++ b/app/views/console/account/index.phtml @@ -251,8 +251,10 @@
- - + + + +
@@ -317,7 +319,10 @@ - + + + + Unknown diff --git a/app/views/console/users/user.phtml b/app/views/console/users/user.phtml index d29afd3f10..84cbe78c09 100644 --- a/app/views/console/users/user.phtml +++ b/app/views/console/users/user.phtml @@ -394,7 +394,7 @@ - +
Unknown