From 034d60707df14a9aea72b383ace1c5eee858df33 Mon Sep 17 00:00:00 2001 From: Artem Tarasov Date: Wed, 12 Aug 2020 13:08:24 +0300 Subject: [PATCH] fixed link --- config/appsettings.json | 6 +++--- .../pages/Wizard/sub-components/input-container.js | 1 + .../pages/Wizard/sub-components/settings-container.js | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config/appsettings.json b/config/appsettings.json index 86ca33c858..97e6b1a85d 100644 --- a/config/appsettings.json +++ b/config/appsettings.json @@ -8,7 +8,7 @@ }, "AllowedHosts": "*", "core": { - "base-domain": "localhost", + "base-domain": "", "machinekey": "1123askdasjklasbnd", "notify": { "postman": "log" @@ -26,7 +26,7 @@ }, "license": { "file": { - "path": "..\\license.lic" + "path": "" } }, "mail": { @@ -99,7 +99,7 @@ "internal": "http://localhost:9999/" }, "controlpanel": { - "url": "controlpanel" + "url": "" } }, "ConnectionStrings": { diff --git a/web/ASC.Web.Client/src/components/pages/Wizard/sub-components/input-container.js b/web/ASC.Web.Client/src/components/pages/Wizard/sub-components/input-container.js index a7298b0129..781f942fc6 100644 --- a/web/ASC.Web.Client/src/components/pages/Wizard/sub-components/input-container.js +++ b/web/ASC.Web.Client/src/components/pages/Wizard/sub-components/input-container.js @@ -127,6 +127,7 @@ const InputContainer = ({ className='generate-pass-link' type="action" fontWeight="normal" + isHovered={true} onClick={() => refPassInput.current.onGeneratePassword()}> {t('generatePassword')} diff --git a/web/ASC.Web.Client/src/components/pages/Wizard/sub-components/settings-container.js b/web/ASC.Web.Client/src/components/pages/Wizard/sub-components/settings-container.js index 65ada8cb0f..5c0c08155d 100644 --- a/web/ASC.Web.Client/src/components/pages/Wizard/sub-components/settings-container.js +++ b/web/ASC.Web.Client/src/components/pages/Wizard/sub-components/settings-container.js @@ -62,7 +62,8 @@ const SettingsContainer = ({ className="email-value" type="action" fontSize="13px" - fontWeight="600" + fontWeight="600" + isHovered={true} onClick={onClickChangeEmail} > {email ? email : emailOwner}